Skip to content

Commit

Permalink
Merge pull request #25 from adriel/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
adriel authored May 28, 2024
2 parents dc101c5 + f62a43c commit 4fcca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 4fcca82

Please sign in to comment.