add skaffold builder version

This commit is contained in:
Dave Stanke 2018-12-03 17:12:53 -05:00
parent cfc009197a
commit 149a1571cd

View file

@ -1,8 +1,7 @@
# Cloudbuild.yaml to deploy to staging # Cloudbuild.yaml to deploy to staging
# #
# PREREQUISITES: # PREREQUISITES:
# - Cloud Build service account must have roles: "Kubernetes Engine # - Cloud Build service account must have role: "Kubernetes Engine Developer"
# Developer", "Storage Object Creator", "Storage Object"
# USAGE: # USAGE:
# GCP zone and GKE target cluster must be specified as substitutions # GCP zone and GKE target cluster must be specified as substitutions
@ -11,7 +10,7 @@
steps: steps:
- id: 'Deploy application to cluster' - id: 'Deploy application to cluster'
name: 'gcr.io/k8s-skaffold/skaffold' name: 'gcr.io/k8s-skaffold/skaffold:v0.18.0'
entrypoint: 'bash' entrypoint: 'bash'
args: args:
- '-c' - '-c'