mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16247)
This commit is contained in:
parent
c7d09373f6
commit
f44c87f521
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-729445273a43b5d6b2813b14c787fb5903965d04",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-3535f531f113c809b681e16eef20222bda221ab1",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
bcf78820ae73e00c1e21ad9212b046905a7bfe8b
|
||||
8c929aaefacb115e6c0671eeb6daab1e1367d56c
|
||||
|
|
|
@ -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-729445273a43b5d6b2813b14c787fb5903965d04
|
||||
IMAGE_VERSION=master-3535f531f113c809b681e16eef20222bda221ab1
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue