mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15758)
This commit is contained in:
parent
3b9387b4d4
commit
3af757372d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-1fec76d441c9ed8960d9d5c37ca09353f8ce6c7a",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-8463430ba963638b35745d773045701f6d02014d",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
67f3567c61ebe31e0f78dbf7b986ac58e344e1fe
|
||||
430db67c8ca3604651633bcf49bb096193933ef8
|
||||
|
|
|
@ -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-1fec76d441c9ed8960d9d5c37ca09353f8ce6c7a
|
||||
IMAGE_VERSION=master-8463430ba963638b35745d773045701f6d02014d
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue