Skip to content

Commit

Permalink
Merge pull request #473 from rbonghi/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.0.0
  • Loading branch information
rbonghi authored Dec 7, 2023
2 parents 7b5ebad + 8f382e1 commit 8a57e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
!startsWith(github.ref, 'refs/heads/feature/') &&
!contains(github.ref, '.dev') &&
!contains(github.ref, 'rc')
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 8a57e92

Please sign in to comment.