Skip to content

Commit 4570e68

Browse files
chore(deps): update docker/login-action digest to ef38ec3
1 parent 8de4828 commit 4570e68

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@ef38ec311a7df3f01475313e7c5bb584b74b112a
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)