Skip to content

Commit

Permalink
Merge pull request #159 from 8go/dependabot/github_actions/docker/log…
Browse files Browse the repository at this point in the history
…in-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
8go authored May 2, 2024
2 parents 4197a8b + 14b2574 commit 09badc0
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 @@ -33,7 +33,7 @@ jobs:
install: true

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 09badc0

Please sign in to comment.