Merge pull request #434 from crossplane/renovate/docker-login-action-2.x

Update docker/login-action action to v2
This commit is contained in:
Hasan Turken 2023-06-21 12:18:41 +03:00 committed by GitHub
commit 804e30ee2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Login to Docker
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
if: env.DOCKER_USR != ''
with:
username: ${{ secrets.DOCKER_USR }}