You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cloud Build deployment step, which creates two container images and saves them to artifact registry is failing because of a deprecated gcloud flag cloud_run.tf#L85:
ERROR: (gcloud.builds.submit) unrecognized
│ arguments: --git-source-dir=. (did you mean '--gcs-source-staging-dir'?)
A few options to fix this include:
(Quick fix) Remove --git-source-dir=. from the script, then cloud build simply use the local directory for the build.
The Cloud Build deployment step, which creates two container images and saves them to artifact registry is failing because of a deprecated gcloud flag cloud_run.tf#L85:
A few options to fix this include:
--git-source-dir=.
from the script, then cloud build simply use the local directory for the build.The text was updated successfully, but these errors were encountered: