Skip to content

Commit c95a294

Browse files
Update docker/login-action digest to 1f36f5b
1 parent 3b4e34e commit c95a294

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
@@ -34,7 +34,7 @@ jobs:
3434
# https://github.com/docker/login-action
3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
37+
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)