【发布时间】:2021-07-01 08:29:32
【问题描述】:
我正在尝试在我的 GCP 项目上运行云构建:
gcloud builds submit src --tag=eu.gcr.io/<PROJECT>/<APP_NAME>:latest --gcs-source-staging-dir=<BUILD_BUCKET>/runstage --gcs-log-dir=<BUILD_BUCKET>/logs --project=<PROJECT>
昨天运行良好,但现在我明白了:
ERROR: (gcloud.builds.submit) value for field [bucket] in collection [storage.objects] is required but was not provided
我错过了什么吗?
【问题讨论】:
-
您是否更改了您的凭据?
标签: google-cloud-platform google-cloud-build