mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16455)
This commit is contained in:
parent
55797a507f
commit
2cb4f4f9e4
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-d68f5530c9370501accb48f6473af8ec3e3af2d7",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-8de4bef4b8f35e6a4857ea9811db4c907549e5df",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
e387816e7e777e9fb1d0dc076d6e5be35bfe3fd3
|
||||
530675c39041a80d9293746c792ce18daabf8e8b
|
||||
|
|
|
@ -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-d68f5530c9370501accb48f6473af8ec3e3af2d7
|
||||
IMAGE_VERSION=master-8de4bef4b8f35e6a4857ea9811db4c907549e5df
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue