Merge remote-tracking branch 'origin/dependabot/github_actions/dev/docker/login-action-2' into dev

This commit is contained in:
Giulio 2022-05-09 10:27:17 +02:00
commit 659199439a
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
--file ./Dockerfile ./ --file ./Dockerfile ./
- -
name: Login to DockerHub name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}

View File

@ -34,7 +34,7 @@ jobs:
--file ./Dockerfile ./ --file ./Dockerfile ./
- -
name: Login to DockerHub name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}