Skip to content

Commit 97dd71d

Browse files
Update docker/login-action action to v4
1 parent 3b15114 commit 97dd71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: docker/setup-buildx-action@v3
6868

6969
- name: Login to GitHub Container Registry
70-
uses: docker/login-action@v3
70+
uses: docker/login-action@v4
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}

0 commit comments

Comments
 (0)