mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15485)
This commit is contained in:
parent
287bd102c1
commit
439d97f3a1
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-1710f2e9c3f527637e97b2188a6af8c87418b916",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-ea356c6879a30767848fe99c56d47abe0f57804e",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
410e7d88eae562d4cef8d48fbc56099e270202b2
|
||||
8b168467c4a49a535e3a5b36a16b29076650ebd6
|
||||
|
|
|
@ -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-1710f2e9c3f527637e97b2188a6af8c87418b916
|
||||
IMAGE_VERSION=master-ea356c6879a30767848fe99c56d47abe0f57804e
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue