Merge pull request #543 from projectdiscovery/dependabot/github_actions/dev/docker/login-action-2

chore(deps): bump docker/login-action from 1 to 2
dev
Mzack9999 2022-05-23 16:58:11 +02:00 committed by GitHub
commit aa6c83f36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,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 }}