Skip to content

Commit 19ff1e5

Browse files
Update docker/login-action digest to 327cd5a (#358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bda824a commit 19ff1e5

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@7ca345011ac4304463197fac0e56eab1bc7e6af0
57+
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)