Skip to content

Commit 7983340

Browse files
committed
Bump login action
1 parent b4e5a41 commit 7983340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v2
1919
- name: Login to GitHub registry
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v2
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)