Skip to content

Commit

Permalink
Merge pull request #1395 from nextstrain/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
corneliusroemer authored Jan 30, 2024
2 parents 927b53d + 033c990 commit e0752b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: true

- name: "Login to Docker Hub"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: nextstrainbot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
sed -i -e "s|DATA_FULL_DOMAIN=https://data.master.clades.nextstrain.org/v3|DATA_FULL_DOMAIN=${DATA_FULL_DOMAIN}|g" .env
- name: "Login to Docker Hub"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: nextstrainbot
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
curl -fsSL "https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64" -o "${HOME}/bin/dasel" && chmod +x "${HOME}/bin/dasel"
- name: "Login to Docker Hub"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: nextstrainbot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
sed -i -e "s|DATA_FULL_DOMAIN=https://data.master.clades.nextstrain.org/v3|DATA_FULL_DOMAIN=${DATA_FULL_DOMAIN}|g" .env
- name: "Login to Docker Hub"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: nextstrainbot
Expand Down

0 comments on commit e0752b4

Please sign in to comment.