Skip to content

Commit

Permalink
Fix ghcr.io auth
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ne committed Jan 8, 2024
1 parent 12ab7ec commit 9fd44a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
secrets: |
"github_token=${{ secrets.GITHUB_TOKEN }}"
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down

0 comments on commit 9fd44a2

Please sign in to comment.