Skip to content

Commit 478d1f3

Browse files
Update docker/login-action action to v4
1 parent 64859c3 commit 478d1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# https://github.com/docker/login-action
6363
- name: Log into registry ${{ env.REGISTRY }}
6464
if: github.event_name != 'pull_request'
65-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
65+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6666
with:
6767
registry: ${{ env.REGISTRY }}
6868
username: ${{ github.actor }}

0 commit comments

Comments
 (0)