Spaces:
Running
Running
Commit
·
9527577
1
Parent(s):
a5193f4
fix: try to add the push again
Browse files- cloudbuild.yaml +5 -0
cloudbuild.yaml
CHANGED
@@ -5,6 +5,11 @@ steps:
|
|
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"
|
10 |
args:
|
|
|
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/cloud-builders/docker"
|
9 |
+
script: |
|
10 |
+
docker push us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction:latest
|
11 |
+
automapSubstitutions: true
|
12 |
+
|
13 |
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
|
14 |
entrypoint: "bash"
|
15 |
args:
|