mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16495)
This commit is contained in:
parent
3be9076cc1
commit
ccc780f4f5
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-ad62c06c1bc16a88743df338ec45a297ea9fcd91",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-e55cb3f9967290bfb749f97c35db81bcdb04451d",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
919afe40850e6735326529d12ed1a3aa192444d0
|
||||
3ba8e7b5084a695e9380da530ef13e671f3408aa
|
||||
|
|
|
@ -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-ad62c06c1bc16a88743df338ec45a297ea9fcd91
|
||||
IMAGE_VERSION=master-e55cb3f9967290bfb749f97c35db81bcdb04451d
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue