Skip to content

Commit

Permalink
Merge pull request #102 from ratoaq2/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
ratoaq2 authored Sep 12, 2023
2 parents 392c16e + 5bc628c commit b3b7975
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@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit b3b7975

Please sign in to comment.