Skip to content

Commit d41a44f

Browse files
committed
fix: Correct builder scheme in Cloud Build config
1 parent b0bc8f2 commit d41a44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- name: 'usuba:latest'
3-
args: ['build', '-t', 'usuba:latest', '-f', './rust/usuba/Dockerfile', '.']
2+
- name: 'gcr.io/cloud-builders/docker'
3+
args: ['build', '-t', 'gcr.io/$PROJECT_ID/usuba', '-f', './rust/usuba/Dockerfile', '.']
44
options:
55
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)