mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16469)
This commit is contained in:
parent
58402815b8
commit
231bb03b00
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-01f7536c929d3fafece5d92ce0f2d321205937f1",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-8aa031754a09946f714d6dc7df1e8bd400b4b2e9",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
62ed7312d9bddaa7abfd0d7222577a9a8c505e05
|
||||
711151a7c7afd1deef80fa304b3e617e4ba8b7bc
|
||||
|
|
|
@ -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-01f7536c929d3fafece5d92ce0f2d321205937f1
|
||||
IMAGE_VERSION=master-8aa031754a09946f714d6dc7df1e8bd400b4b2e9
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue