We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bc8f2 commit d41a44fCopy full SHA for d41a44f
cloudbuild.yaml
@@ -1,5 +1,5 @@
1
steps:
2
-- name: 'usuba:latest'
3
- args: ['build', '-t', 'usuba:latest', '-f', './rust/usuba/Dockerfile', '.']
+- name: 'gcr.io/cloud-builders/docker'
+ args: ['build', '-t', 'gcr.io/$PROJECT_ID/usuba', '-f', './rust/usuba/Dockerfile', '.']
4
options:
5
logging: CLOUD_LOGGING_ONLY
0 commit comments