Skip to content

Commit 6b7f4ca

Browse files
committed
fix docker build context
1 parent be3fb0a commit 6b7f4ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/demo_build_and_deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ jobs:
7171
id: build-and-push
7272
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7373
with:
74-
context: .
75-
push: ${{ github.event_name != 'pull_request' }}
74+
context: "{{defaultContext}}:demos-docker"
75+
push: true
7676
tags: ${{ steps.meta.outputs.tags }}
77-
labels: ${{ steps.meta.outputs.labels }}
77+
# tags: ${{ steps.meta.outputs.tags }}
78+
# labels: ${{ steps.meta.outputs.labels }}
7879
cache-from: type=gha
7980
cache-to: type=gha,mode=max
8081

0 commit comments

Comments
 (0)