Skip to content

Commit

Permalink
Merge pull request #270 from ikawaha/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-2

Bump docker/login-action from 1 to 2
  • Loading branch information
ikawaha authored May 6, 2022
2 parents fe30bc7 + 4884184 commit a0405b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# DOCKER_PASSWORD ... Access Token from https://hub.docker.com/settings/security
- name: Login to DockerHub
if: success() && github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# DOCKER_PASSWORD ... Access Token from https://hub.docker.com/settings/security
- name: Login to DockerHub
if: success() && github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit a0405b3

Please sign in to comment.