Skip to content

Commit 1e5714e

Browse files
chore(deps): update docker/login-action digest to 5b7b28b
1 parent 8de4828 commit 1e5714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# https://github.com/docker/login-action
4040
- name: Log into registry ${{ env.REGISTRY }}
4141
if: github.event_name != 'pull_request'
42-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
42+
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)