mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13523)
This commit is contained in:
parent
4490887d4e
commit
e7fc027aeb
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-daf61d16687130dc3cb60896f395f0d2df702669",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-abc275e31699771b23c44bb81b8fef6e534517bf",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
106e73d963e3b95184d201a23f87a4d5ff66dce9
|
||||
aac3c58f52639513df780e9aae765b324278c209
|
||||
|
|
|
@ -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-daf61d16687130dc3cb60896f395f0d2df702669
|
||||
IMAGE_VERSION=master-abc275e31699771b23c44bb81b8fef6e534517bf
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue