Skip to content

Commit

Permalink
fix: Use correct GHCR_TOKEN for pushing container (#2934)
Browse files Browse the repository at this point in the history
- GHCR_TOKEN, not GITHUB_TOKEN

Signed-off-by: Ian Meyer (imeyer) <[email protected]>
  • Loading branch information
imeyer authored Mar 4, 2025
1 parent 34cb45a commit 77098ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_build_api_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 77098ed

Please sign in to comment.