Skip to content

Commit 7d5d705

Browse files
committed
Make version shorter
1 parent 19580a7 commit 7d5d705

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
@@ -7,7 +7,7 @@ steps:
77
- "--destination=us.gcr.io/$PROJECT_ID/$_SERVICE_NAME:latest"
88
- "--dockerfile=Dockerfile"
99
- "--context=."
10-
- "--build-arg=GIT_COMMIT=$COMMIT_SHA"
10+
- "--build-arg=GIT_COMMIT=$SHORT_SHA"
1111
- "--snapshotMode=time"
1212

1313
- id: "Deploy to cloud run"

0 commit comments

Comments
 (0)