added a logging policy to cloudbuild.yaml and pushed skaffold.yaml

This commit is contained in:
Fabio Formosa
2024-07-13 15:28:24 +02:00
parent e6927209e5
commit 9f46e52564
2 changed files with 12 additions and 0 deletions

View File

@@ -18,3 +18,6 @@ steps:
skaffold build --file-output=/workspace/artifacts.json \
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
--push=true
options:
logging: CLOUD_LOGGING_ONLY

9
skaffold.yaml Normal file
View File

@@ -0,0 +1,9 @@
apiVersion: skaffold/v4beta7
kind: Config
build:
tagPolicy:
envTemplate:
template: "_IMAGE_TAG_POLICY"
artifacts:
- image: quartz-manager-standalone
context: ./