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 19580a7 commit 7d5d705Copy full SHA for 7d5d705
api/cloudbuild.yaml
@@ -7,7 +7,7 @@ steps:
7
- "--destination=us.gcr.io/$PROJECT_ID/$_SERVICE_NAME:latest"
8
- "--dockerfile=Dockerfile"
9
- "--context=."
10
- - "--build-arg=GIT_COMMIT=$COMMIT_SHA"
+ - "--build-arg=GIT_COMMIT=$SHORT_SHA"
11
- "--snapshotMode=time"
12
13
- id: "Deploy to cloud run"
0 commit comments