We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3fb0a commit 6b7f4caCopy full SHA for 6b7f4ca
.github/workflows/demo_build_and_deploy.yml
@@ -71,10 +71,11 @@ jobs:
71
id: build-and-push
72
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
73
with:
74
- context: .
75
- push: ${{ github.event_name != 'pull_request' }}
+ context: "{{defaultContext}}:demos-docker"
+ push: true
76
tags: ${{ steps.meta.outputs.tags }}
77
- labels: ${{ steps.meta.outputs.labels }}
+ # tags: ${{ steps.meta.outputs.tags }}
78
+ # labels: ${{ steps.meta.outputs.labels }}
79
cache-from: type=gha
80
cache-to: type=gha,mode=max
81
0 commit comments