Skip to content

Commit 178f13f

Browse files
Update docker/login-action action to v4
1 parent 372158f commit 178f13f

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
@@ -51,7 +51,7 @@ jobs:
5151
# https://github.com/docker/login-action
5252
- name: Log into registry ${{ env.REGISTRY }}
5353
if: github.event_name != 'pull_request'
54-
uses: docker/login-action@v3.4.0
54+
uses: docker/login-action@v4.0.0
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)