Skip to content

Commit f347e58

Browse files
authored
Merge pull request #25 from githubcdr/renovate/docker-login-action-digest
Update docker/login-action digest to 3d10084
2 parents cfb5e68 + c4d9416 commit f347e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
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@5139682d94efc37792e6b54386b5b470a68a4737
57+
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)