mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#14784)
This commit is contained in:
parent
c109aea5fa
commit
3050d8e481
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-061780fd3181da88f895dcfe350a34daa4aa1076",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-30750b44971f0d66b92a8bcd681096a5f5e487f1",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
559e9789af605e7d5614d85bc18d88301e264efb
|
||||
f611946af7623d2ce03e2d4e146d0f238b5f0ca4
|
||||
|
|
|
@ -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-061780fd3181da88f895dcfe350a34daa4aa1076
|
||||
IMAGE_VERSION=master-30750b44971f0d66b92a8bcd681096a5f5e487f1
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue