Skip to content

Commit cf1b460

Browse files
Update docker/login-action action to v4
1 parent 55b6e1f commit cf1b460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
driver: docker-container
6666

6767
- name: Log in to GitHub Container Registry
68-
uses: docker/login-action@v3
68+
uses: docker/login-action@v4
6969
with:
7070
registry: ghcr.io
7171
username: ${{ github.actor }}

0 commit comments

Comments
 (0)