Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit a41a380

Browse files
Update docker/login-action action to v3
1 parent 9951485 commit a41a380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-qemu-action@v2
4444

4545
- name: Login into ghcr.io
46-
uses: docker/login-action@v2
46+
uses: docker/login-action@v3
4747
with:
4848
registry: ghcr.io
4949
username: auguwu
@@ -83,7 +83,7 @@ jobs:
8383
uses: docker/setup-qemu-action@v2
8484

8585
- name: Login into ghcr.io
86-
uses: docker/login-action@v2
86+
uses: docker/login-action@v3
8787
with:
8888
registry: ghcr.io
8989
username: auguwu

0 commit comments

Comments
 (0)