Skip to content

Commit

Permalink
Bump docker/login-action from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent e88b21d commit 09d63b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

0 comments on commit 09d63b4

Please sign in to comment.