bearking58 commited on
Commit
36e3f2d
·
1 Parent(s): 0ec6577

fix: try adding tags to the docker

Browse files
Files changed (1) hide show
  1. cloudbuild.yaml +2 -2
cloudbuild.yaml CHANGED
@@ -4,7 +4,7 @@ steps:
4
  [
5
  "build",
6
  "-t",
7
- "us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction",
8
  "./core-model-prediction",
9
  ]
10
 
@@ -48,4 +48,4 @@ steps:
48
  --service-account="vertex-ai-user-managed-sa@steady-climate-416810.iam.gserviceaccount.com"
49
 
50
  images:
51
- - "us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction"
 
4
  [
5
  "build",
6
  "-t",
7
+ "us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction:latest",
8
  "./core-model-prediction",
9
  ]
10
 
 
48
  --service-account="vertex-ai-user-managed-sa@steady-climate-416810.iam.gserviceaccount.com"
49
 
50
  images:
51
+ - "us-central1-docker.pkg.dev/${PROJECT_ID}/interview-ai-detector/model-prediction:latest"