Skip to content

Commit 052fdc5

Browse files
build(deps): Upgrade docker/login-action digest to 3d58c27
1 parent 99014a6 commit 052fdc5

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@1f401f745bf57e30b3a2800ad308a87d2ebdf14b
43+
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
4444
with:
4545
registry: ${{ env.REGISTRY }}
4646
username: ${{ github.actor }}

0 commit comments

Comments
 (0)