mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use service-specific image ID for Cloud Run deploys, refs #2036
This commit is contained in:
parent
1ad92a1d87
commit
bd39cb4805
2 changed files with 4 additions and 4 deletions
|
|
@ -173,7 +173,7 @@ def publish_subcommand(publish):
|
|||
print(fp.read())
|
||||
print("\n====================\n")
|
||||
|
||||
image_id = f"gcr.io/{project}/{name}"
|
||||
image_id = f"gcr.io/{project}/datasette-{service}"
|
||||
check_call(
|
||||
"gcloud builds submit --tag {}{}".format(
|
||||
image_id, " --timeout {}".format(timeout) if timeout else ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue