Skip to content

Commit

Permalink
fix image name in cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tapishr committed Dec 15, 2023
1 parent e9515b8 commit 41bac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ steps:

# Deploy the Docker image to a Docker-optimized VM
- name: 'gcr.io/cloud-builders/gcloud'
args: ['compute', 'instances', 'create-with-container', 'dpu-instance', '--container-image=asia.gcr.io/$PROJECT_ID/dpu-test/dpu-test:$SHORT_SHA', '--zone=asia-south1-c', '--machine-type=e2-small']
args: ['compute', 'instances', 'create-with-container', 'dpu-instance', '--container-image=asia.gcr.io/$PROJECT_ID/dpu/dpu:$SHORT_SHA', '--zone=asia-south1-c', '--machine-type=e2-small']

0 comments on commit 41bac59

Please sign in to comment.