Skip to content

Commit 1ef64cd

Browse files
authored
fix: librarian image to remove space + updating logging to use cloud logging (#14248)
1 parent 088ec7e commit 1ef64cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
# Specifies the build context directory
2525
- '--context=.'
2626
# The final destination for the image
27-
- '--destination= us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest'
27+
- '--destination=us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest'
2828
# Enables Kaniko's remote registry caching
2929
- '--cache=true'
3030
# (Optional but recommended) Sets a time-to-live for cache layers
@@ -33,5 +33,5 @@ steps:
3333
# The 'images' section is no longer needed because Kaniko pushes the image itself.
3434

3535
options:
36-
default_logs_bucket_behavior: REGIONAL_USER_OWNED_BUCKET
36+
logging: CLOUD_LOGGING_ONLY
3737
machineType: E2_HIGHCPU_32

0 commit comments

Comments
 (0)