Skip to content

Commit 1ffb2c2

Browse files
Update docker/login-action digest to 9780b0c
1 parent 81647f7 commit 1ffb2c2

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
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/docker/login-action
5353
- name: Log into registry ${{ env.REGISTRY }}
5454
if: github.event_name != 'pull_request'
55-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
55+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ github.actor }}

0 commit comments

Comments
 (0)