Skip to content

Commit 615a193

Browse files
fix build target
1 parent c088501 commit 615a193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
6464
with:
6565
context: .
66+
target: app
6667
build-args: |
6768
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
6869
push: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)