fix kaniko

This commit is contained in:
Shams mosowi
2020-07-02 11:59:22 +08:00
parent c5166b8689
commit 7e864075d9

View File

@@ -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