mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15256)
This commit is contained in:
parent
c49f1fd636
commit
5f73fbff81
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-9207c29ca53785f9b9b1a67326d2daf2eec39b0a",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-a190abd165fe1155e0d31c207223b9ee2ded0b24",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
227a3c84e7a83be4d2cbe9eb219c4de7979415e2
|
||||
58bbdce175e58b89c3b090d8dc596d29a299dd8f
|
||||
|
|
|
@ -75,7 +75,7 @@ fi
|
|||
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
||||
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||
IMAGE_VERSION=master-9207c29ca53785f9b9b1a67326d2daf2eec39b0a
|
||||
IMAGE_VERSION=master-a190abd165fe1155e0d31c207223b9ee2ded0b24
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue