Skip to content

Commit

Permalink
Merge pull request DongCoNY#18 from burnt-labs/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/login-action-2

Bump docker/login-action from 1 to 2
  • Loading branch information
edjroz authored Jul 12, 2023
2 parents 7666231 + 185d83b commit 0af19cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 0af19cd

Please sign in to comment.