Spaces:
Running
Running
Commit
·
a5193f4
1
Parent(s):
7c0b2d1
fix: add automap substitution
Browse files- cloudbuild.yaml +1 -0
cloudbuild.yaml
CHANGED
@@ -3,6 +3,7 @@ steps:
|
|
3 |
dir: "core-model-prediction"
|
4 |
script: |
|
5 |
docker build -t us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction:latest .
|
|
|
6 |
|
7 |
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
|
8 |
entrypoint: "bash"
|
|
|
3 |
dir: "core-model-prediction"
|
4 |
script: |
|
5 |
docker build -t us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction:latest .
|
6 |
+
automapSubstitutions: true
|
7 |
|
8 |
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
|
9 |
entrypoint: "bash"
|