Skip to content

Commit

Permalink
fix typo kaniko yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aoyagi9936 committed Feb 14, 2019
1 parent b252811 commit 243b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.kaniko.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: 'gcr.io/kaniko-project/executor:latest'
args: ['--distination', 'gcr.io/${PROJECT_ID}/gce-container-sample',
args: ['--destination', 'gcr.io/${PROJECT_ID}/gce-container-sample',
'--cache=true', 'cache-ttl=6h',
'--build-arg', 'GIT_MAIL=${_GIT_MAIL}', '--build-arg', 'GIT_USER=${_GIT_USER}', '.']
- name: 'gcr.io/cloud-builders/gcloud'
Expand Down

0 comments on commit 243b40d

Please sign in to comment.