Skip to content

Commit c442765

Browse files
authored
Fix typo
1 parent 9aa179e commit c442765

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@v1
1919
- name: Login to ghcr.io
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v2
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)