Merge pull request #2046 from docker/dependabot/github_actions/docker/login-action-3

build(deps): bump docker/login-action from 2 to 3
This commit is contained in:
CrazyMax 2023-09-12 20:54:59 +02:00 committed by GitHub
commit 798402314c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ jobs:
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}