Skip to content

Commit

Permalink
Merge pull request projectdiscovery#79 from projectdiscovery/dependab…
Browse files Browse the repository at this point in the history
…ot/github_actions/dev/docker/login-action-2

chore(deps): bump docker/login-action from 1 to 2
  • Loading branch information
Mzack9999 committed Jun 17, 2022
2 parents 3f69752 + 40ac088 commit 7219e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-push.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 7219e01

Please sign in to comment.