Skip to content

Commit

Permalink
fix(ci/ghcr): access token for GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadiSave committed Nov 20, 2024
1 parent 24ab9e4 commit 4be65c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: podman image tag "ghcr.io/saadisave/cambridge-asm-ci:${{ env.RELEASE_VERSION }}" ghcr.io/saadisave/cambridge-asm-ci:latest

- name: Login to ghcr.io
run: echo "${{ secrets.GHCR_TOKEN }}" | podman login ghcr.io -u=saadisave --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | podman login ghcr.io -u=saadisave --password-stdin

- name: Push
run: podman push "ghcr.io/saadisave/cambridge-asm-ci:${{ env.RELEASE_VERSION }}" && podman push ghcr.io/saadisave/cambridge-asm-ci:latest

0 comments on commit 4be65c4

Please sign in to comment.