We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088ec7e commit 1ef64cdCopy full SHA for 1ef64cd
cloudbuild.yaml
@@ -24,7 +24,7 @@ steps:
24
# Specifies the build context directory
25
- '--context=.'
26
# The final destination for the image
27
- - '--destination= us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest'
+ - '--destination=us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest'
28
# Enables Kaniko's remote registry caching
29
- '--cache=true'
30
# (Optional but recommended) Sets a time-to-live for cache layers
@@ -33,5 +33,5 @@ steps:
33
# The 'images' section is no longer needed because Kaniko pushes the image itself.
34
35
options:
36
- default_logs_bucket_behavior: REGIONAL_USER_OWNED_BUCKET
+ logging: CLOUD_LOGGING_ONLY
37
machineType: E2_HIGHCPU_32
0 commit comments