Skip to content

Commit

Permalink
Merge pull request #489 from Whist-Team/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3

Build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
iTitus authored Sep 12, 2023
2 parents cd8cdf1 + 91285b8 commit be6860e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:

- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit be6860e

Please sign in to comment.