We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c088501 commit 615a193Copy full SHA for 615a193
.github/workflows/build-publish.yaml
@@ -63,6 +63,7 @@ jobs:
63
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
64
with:
65
context: .
66
+ target: app
67
build-args: |
68
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
69
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments