Skip to content

Commit

Permalink
fix: set build env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Aug 25, 2023
1 parent 258c7ff commit e46fbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
--path ./go \
--builder paketobuildpacks/builder-jammy-buildpackless-static \
--buildpack paketo-buildpacks/go \
--env "CGO_ENABLED=0" \
--env "BP_GO_BUILD_FLAGS=-buildmode=default" \
--tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
--publish

0 comments on commit e46fbed

Please sign in to comment.