mirror of https://github.com/istio/istio.io.git
Automator: update common-files@release-1.23 in istio/istio.io@release-1.23 (#16399)
This commit is contained in:
parent
8500ddaae1
commit
d35b78d293
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:release-1.23-b265937b07412250e397e94ba3109a76942fb371",
|
||||
"image": "gcr.io/istio-testing/build-tools:release-1.23-f40b405cd5dbe0468405823593cae6df04240a9f",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
7b1fe75640feb9bf1bce8c2c30fc762a6f075418
|
||||
07fa0785827f0a8dcb9244f21aa78d299b324813
|
||||
|
|
|
@ -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=release-1.23-b265937b07412250e397e94ba3109a76942fb371
|
||||
IMAGE_VERSION=release-1.23-f40b405cd5dbe0468405823593cae6df04240a9f
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue