Update skaffold to v0.20.0 (to support newer skaffold config) (#123)
This commit is contained in:
parent
aaf2f8717d
commit
791a2822ad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: 'Deploy application to cluster'
|
- id: 'Deploy application to cluster'
|
||||||
name: 'gcr.io/k8s-skaffold/skaffold:v0.18.0'
|
name: 'gcr.io/k8s-skaffold/skaffold:v0.20.0'
|
||||||
entrypoint: 'bash'
|
entrypoint: 'bash'
|
||||||
args:
|
args:
|
||||||
- '-c'
|
- '-c'
|
||||||
|
|
Loading…
Reference in a new issue