Don't bother with docker login if we're not gonna push.
This commit is contained in:
parent
7f4cc68389
commit
8c0d0a6d8c
9 changed files with 24 additions and 0 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -59,12 +59,14 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
6
.github/workflows/marshall.yml
vendored
6
.github/workflows/marshall.yml
vendored
|
|
@ -61,12 +61,14 @@ jobs:
|
|||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
@ -140,12 +142,14 @@ jobs:
|
|||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
@ -206,12 +210,14 @@ jobs:
|
|||
- "ghcr.io/benzine-framework/marshall"
|
||||
steps:
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/mitm-proxy.yml
vendored
2
.github/workflows/mitm-proxy.yml
vendored
|
|
@ -68,12 +68,14 @@ jobs:
|
|||
mitm-proxy
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/mqtt.yml
vendored
2
.github/workflows/mqtt.yml
vendored
|
|
@ -38,12 +38,14 @@ jobs:
|
|||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/mysql-proxy.yml
vendored
2
.github/workflows/mysql-proxy.yml
vendored
|
|
@ -30,12 +30,14 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
|
@ -44,12 +44,14 @@ jobs:
|
|||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
|
@ -74,12 +74,14 @@ jobs:
|
|||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
@ -139,12 +141,14 @@ jobs:
|
|||
- "ghcr.io/benzine-framework/php"
|
||||
steps:
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
|
|
@ -51,12 +51,14 @@ jobs:
|
|||
redis
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
2
.github/workflows/swarm-monitor.yml
vendored
2
.github/workflows/swarm-monitor.yml
vendored
|
|
@ -39,12 +39,14 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: "Setup: Login to Docker Hub"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: matthewbaggett
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
||||
- name: "Setup: Login to GHCR"
|
||||
if: ${{ env.should_push }}
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue