Skip to content

Commit 0839f54

Browse files
chore(deps): update docker/login-action digest to 7ca3450
1 parent 4d6a257 commit 0839f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# https://github.com/docker/login-action
5454
- name: Log into registry ${{ env.REGISTRY }}
5555
if: github.event_name != 'pull_request'
56-
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
56+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)