Skip to content

Commit 77fc9e1

Browse files
committed
chore: update docker/login-action to c94ce9fb
1 parent ea6c51a commit 77fc9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
submodules: true
3939
- name: Log in to the Container registry
40-
uses: docker/login-action@v1.10.0
40+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
4141
with:
4242
registry: ${{ env.HUB }}
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)