Skip to content

Commit 8108465

Browse files
committed
Fix GHCR crendentials #3
1 parent 03e8e23 commit 8108465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
latest-on-tag: true
2424
restrict-to: openzim/phet
2525
credentials: |
26-
GHCRIO_USERNAME: ${{ secrets.GHCR_USERNAME }}
27-
GHCRIO_TOKEN: ${{ secrets.GHCR_TOKEN }}
26+
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
27+
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}

0 commit comments

Comments
 (0)