Skip to content

Commit 9b526b8

Browse files
Update docker/login-action action to v4
1 parent f1be8f1 commit 9b526b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Publish to container registry
3535
- name: Log in to the Container registry
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)