We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e692720 commit 9f46e52Copy full SHA for 9f46e52
cloudbuild.yaml
@@ -18,3 +18,6 @@ steps:
18
skaffold build --file-output=/workspace/artifacts.json \
19
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
20
--push=true
21
+
22
+options:
23
+ logging: CLOUD_LOGGING_ONLY
skaffold.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: skaffold/v4beta7
2
+kind: Config
3
+build:
4
+ tagPolicy:
5
+ envTemplate:
6
+ template: "_IMAGE_TAG_POLICY"
7
+ artifacts:
8
+ - image: quartz-manager-standalone
9
+ context: ./
0 commit comments