mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#14943)
This commit is contained in:
parent
b34773d3e0
commit
c7dae1ec5d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-186b999d72782125ee1fe7da44df3efc4e7b00a3",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-8fb9ce88f6ad4cdd35c1660cd0ad0ab67eff4c6c",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
86668426efce75eb9b2301e8ad1a98f3e1a68546
|
||||
e815dd568ad11e92eb49f05df6e5218dc89e159f
|
||||
|
|
|
@ -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-186b999d72782125ee1fe7da44df3efc4e7b00a3
|
||||
IMAGE_VERSION=master-8fb9ce88f6ad4cdd35c1660cd0ad0ab67eff4c6c
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue