Skip to content

Commit 9f46e52

Browse files
committed
added a logging policy to cloudbuild.yaml and pushed skaffold.yaml
1 parent e692720 commit 9f46e52

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

cloudbuild.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ steps:
1818
skaffold build --file-output=/workspace/artifacts.json \
1919
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
2020
--push=true
21+
22+
options:
23+
logging: CLOUD_LOGGING_ONLY

skaffold.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)