Skip to content

Commit e802ab7

Browse files
committed
added gcs for cloud build logs
1 parent 6132999 commit e802ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_schema_updater.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build image with Cloud Build
2929
run: |
30-
gcloud builds submit --tag gcr.io/sample-metadata/schema-updater:latest ./db/deploy
30+
gcloud builds submit --tag gcr.io/sample-metadata/schema-updater:latest --gcs-log-dir=gs://sample-metadata_cloudbuild ./db/deploy
3131
3232
- name: Deploy image to Cloud Run
3333
run: |

0 commit comments

Comments
 (0)