Skip to content

Commit 8ae912e

Browse files
committed
Fix cloudbuild
1 parent cb2042d commit 8ae912e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22
- name: "gcr.io/kaniko-project/executor:latest"
3-
id: "build-and-push"
3+
id: "Build Image and Push"
44
dir: "api"
55
args:
66
- "--destination=us.gcr.io/$PROJECT_ID/$_SERVICE_NAME:$SHORT_SHA"

0 commit comments

Comments
 (0)