Skip to content

Commit

Permalink
Fix GHCR crendentials #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Mar 19, 2023
1 parent 03e8e23 commit 8108465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
latest-on-tag: true
restrict-to: openzim/phet
credentials: |
GHCRIO_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN: ${{ secrets.GHCR_TOKEN }}
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}

0 comments on commit 8108465

Please sign in to comment.