Update docker/login-action action to v3

This commit is contained in:
renovate[bot]
2023-09-12 11:28:46 +00:00
committed by GitHub
parent d6270a9cad
commit 8de96875af
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 }}