Skip to content

Commit cbc4458

Browse files
build(deps): Upgrade docker/login-action digest to 9780b0c
1 parent d535dc5 commit cbc4458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# https://github.com/docker/login-action
4141
- name: Log into registry ${{ env.REGISTRY }}
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
43+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}

0 commit comments

Comments
 (0)