We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6132999 commit e802ab7Copy full SHA for e802ab7
.github/workflows/deploy_schema_updater.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Build image with Cloud Build
29
run: |
30
- gcloud builds submit --tag gcr.io/sample-metadata/schema-updater:latest ./db/deploy
+ gcloud builds submit --tag gcr.io/sample-metadata/schema-updater:latest --gcs-log-dir=gs://sample-metadata_cloudbuild ./db/deploy
31
32
- name: Deploy image to Cloud Run
33
0 commit comments