diff --git a/cloudbuildfunctions.yaml b/cloudbuildfunctions.yaml index c5854692..fc5fe9ac 100644 --- a/cloudbuildfunctions.yaml +++ b/cloudbuildfunctions.yaml @@ -1,7 +1,7 @@ steps: - name: "gcr.io/kaniko-project/executor:latest" args: - - --destination=gcr.io/${_PROJECT_ID}/image + - --destination=gcr.io/$PROJECT_ID/image - --cache=true - --cache-ttl=24h - name: gcr.io/cloud-builders/gcloud