Skip to content

Commit 4fe0aa7

Browse files
Update docker/login-action digest to 83a00bc
1 parent 35e6969 commit 4fe0aa7

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
@@ -54,7 +54,7 @@ jobs:
5454
# https://github.com/docker/login-action
5555
- name: Log into registry ${{ env.REGISTRY }}
5656
if: github.event_name != 'pull_request'
57-
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
57+
uses: docker/login-action@83a00bc1ab5ded6580f31df1c49e6aaa932d840d
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)