Skip to content

Commit 36a099d

Browse files
Update docker/login-action action to v4
1 parent 65bba79 commit 36a099d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)