Merge pull request #165 from martialblog/renovate/docker-login-action-3.x

Update docker/login-action action to v3
This commit is contained in:
Markus Opolka
2023-09-12 15:50:14 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
buildkitd-flags: --debug
- name: 'Log in to DockerHub'
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

View File

@@ -42,7 +42,7 @@ jobs:
buildkitd-flags: --debug
- name: 'Log in to DockerHub'
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}