Skip to content

Commit

Permalink
chore(cicd): fix permission to publish to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Nov 9, 2023
1 parent b8d4ef8 commit 9fa2fff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
- run: |
echo "${{steps.read-metadata.outputs.metadata}}"
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v5
with:
context: ${{ matrix.target }}
Expand Down

0 comments on commit 9fa2fff

Please sign in to comment.