Automator: update common-files@master in istio/istio.io@master (#13716)

This commit is contained in:
Istio Automation 2023-08-10 13:19:04 -07:00 committed by GitHub
parent dfb012aeda
commit cc3367c489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
5f3fa5b9fb77bbe51a5827509f942f6d88b9f72c 7d5d2f93cd46e0ca14a7586f5fa7c667335714e5

View File

@ -57,5 +57,6 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
--mount "type=volume,source=gocache,destination=/gocache" \ --mount "type=volume,source=gocache,destination=/gocache" \
--mount "type=volume,source=cache,destination=/home/.cache" \ --mount "type=volume,source=cache,destination=/home/.cache" \
--mount "type=volume,source=crates,destination=/home/.cargo/registry" \ --mount "type=volume,source=crates,destination=/home/.cargo/registry" \
--mount "type=volume,source=git-crates,destination=/home/.cargo/git" \
${CONDITIONAL_HOST_MOUNTS} \ ${CONDITIONAL_HOST_MOUNTS} \
-w "${MOUNT_DEST}" "${IMG}" "$@" -w "${MOUNT_DEST}" "${IMG}" "$@"