Merge pull request #7 from N0rthernL1ghts/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1 to 2
This commit is contained in:
Aleksandar Puharic 2022-09-10 02:50:16 +02:00 committed by GitHub
commit 8f4e780a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
[worker.oci]
max-parallelism = 16
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}