Skip to content

Commit 3d4e4f1

Browse files
Update docker/login-action action to v3
1 parent 0337784 commit 3d4e4f1

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Docker Buildx
2727
uses: docker/setup-buildx-action@v2
2828
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@v2
29+
uses: docker/login-action@v3
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)