Skip to content

Commit

Permalink
Add token to docker push step
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Nov 21, 2023
1 parent 1575984 commit 5f72058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
context: .
github-token: ${{ secrets.GITHUB_TOKEN }}
push: ${{ inputs.server-image-push }}
file: docker/production-api.Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 5f72058

Please sign in to comment.