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:
|
||||
- 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'
|
||||
args:
|
||||
- '-c'
|
||||
|
|
Loading…
Reference in a new issue