Skip to content

Commit

Permalink
added a logging policy to cloudbuild.yaml and pushed skaffold.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioformosa committed Jul 13, 2024
1 parent e692720 commit 9f46e52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 9 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: skaffold/v4beta7
kind: Config
build:
tagPolicy:
envTemplate:
template: "_IMAGE_TAG_POLICY"
artifacts:
- image: quartz-manager-standalone
context: ./

0 comments on commit 9f46e52

Please sign in to comment.