Skip to content

Commit 58d98c8

Browse files
chore(deps): update docker/login-action digest to 3b8fed7
1 parent a3866aa commit 58d98c8

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
@@ -54,7 +54,7 @@ jobs:
5454
# https://github.com/docker/login-action
5555
- name: Log into registry ${{ env.REGISTRY }}
5656
if: github.event_name != 'pull_request'
57-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
57+
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)