Skip to content

Commit 94b31b9

Browse files
committed
Fix auth
1 parent 00ab849 commit 94b31b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- name: Login to Docker Hub
1818
uses: docker/login-action@v3
1919
with:
20+
registry: ghcr.io
2021
username: ${{github.actor}}
21-
password: ${{secrets.GNUS_TOKEN_1}}
22+
password: ${{secrets.GITHUB_TOKEN}}
2223

2324
- name: Set up QEMU
2425
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)