Skip to content

Commit b63755a

Browse files
chore(deps): update docker/login-action digest to 3d10084
1 parent 8de4828 commit b63755a

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

0 commit comments

Comments
 (0)