Skip to content

Commit 23ea53f

Browse files
authored
Merge pull request #217 from crossplane/renovate/docker-login-action-digest
Update docker/login-action digest to 5e57cd1
2 parents 6216450 + 76f7293 commit 23ea53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: git fetch --prune --unshallow
3333

3434
- name: Login to Docker
35-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
35+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3636
if: env.DOCKER_USR != ''
3737
with:
3838
username: ${{ secrets.DOCKER_USR }}

0 commit comments

Comments
 (0)