Skip to content

Commit e3aeafe

Browse files
committed
Update docker/login-action digest to 0d4c9c5
1 parent 876bd33 commit e3aeafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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@db779458846adfddbc884a8e8b86376e277d24b2
57+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)