Skip to content

Commit

Permalink
Add missing secret (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmattgray authored Apr 19, 2022
1 parent dec9574 commit b3c272d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
secrets: |
github=${{ secrets.GITHUB_TOKEN }}
platforms: linux/amd64
tags: |
ghcr.io/${{ needs.preconditions.outputs.org_name }}/${{ needs.preconditions.outputs.repo_name }}:${{ needs.check-version.outputs.version }}
Expand Down

0 comments on commit b3c272d

Please sign in to comment.