Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e1af41

Browse files
authoredMay 15, 2024··
chore(deps): update docker/login-action digest to 70fccc7
1 parent 178b008 commit 0e1af41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/docker/login-action
3232
- name: Log into registry ${{ env.REGISTRY }}
3333
if: github.event_name != 'pull_request'
34-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+
uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)
Please sign in to comment.