Skip to content

Commit

Permalink
Merge pull request #182: Bump docker/login-action from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Dec 12, 2023
2 parents 7c55d57 + b022579 commit 2dfb775
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# GITHUB_TOKEN is unreliable¹ so use a token from nextstrain-bot.
# ¹ https://github.com/docker/build-push-action/issues/463#issuecomment-939394233
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: nextstrain-bot
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: nextstrain-bot
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- uses: docker/setup-qemu-action@v3

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: nextstrain-bot
Expand All @@ -160,13 +160,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: nextstrain-bot
password: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_MANAGE_PACKAGES }}

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: docker.io
username: nextstrainbot
Expand All @@ -184,13 +184,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: nextstrain-bot
password: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_MANAGE_PACKAGES }}

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: docker.io
username: nextstrainbot
Expand Down

0 comments on commit 2dfb775

Please sign in to comment.