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

This commit is contained in:
Istio Automation 2022-10-20 13:58:38 -07:00 committed by GitHub
parent aec655f3e7
commit 1c29179f7c
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 @@
76b0d19f74c5fad3d5c48d49802d5fa7b6a036c5
b4c0f8fee8f5366d371b068cff43b3c5ef4de193

View File

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