mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-02-08 15:29:11 +01:00
Configure buildx cache to max
This commit is contained in:
parent
b9dbb0a6a3
commit
8acffe3dc8
|
@ -27,7 +27,7 @@ for TARGET_VERSION in ${WP_VERSIONS}; do
|
||||||
--pull \
|
--pull \
|
||||||
--push \
|
--push \
|
||||||
--cache-from "type=local,src=${CACHE_DIR}" \
|
--cache-from "type=local,src=${CACHE_DIR}" \
|
||||||
--cache-to "type=local,dest=${CACHE_DIR}" \
|
--cache-to "type=local,dest=${CACHE_DIR},mode=max" \
|
||||||
--build-arg "WP_VERSION=${TARGET_VERSION}" \
|
--build-arg "WP_VERSION=${TARGET_VERSION}" \
|
||||||
--platform "${TARGET_PLATFORMS}" \
|
--platform "${TARGET_PLATFORMS}" \
|
||||||
${IMAGE_TAGS[@]}
|
${IMAGE_TAGS[@]}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user