diff --git a/cloudbuild.yml b/cloudbuild.yml new file mode 100644 index 0000000..9ef6fc9 --- /dev/null +++ b/cloudbuild.yml @@ -0,0 +1,9 @@ +steps: + - name: gcr.io/kaniko-project/executor:v1.23.2 + args: + - --destination=gcr.io/$PROJECT_ID/casecomp-api:latest + - --destination=gcr.io/$PROJECT_ID/casecomp-api:$SHORT_SHA + - --cache=true + - --cache-ttl=168h + - --reproducible + - --image-name-with-digest-file=/workspace/digest.txt