Update plugin.sh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-08-22 21:53:46 +03:00
parent 60305f7290
commit 13bfaa67ef

View File

@@ -105,7 +105,6 @@ fi
/kaniko/executor -v ${LOG} \
--context=${CONTEXT} \
--dockerfile=${DOCKERFILE} \
--skip-unused-stages=true \
${EXTRA_OPTS} \
${DESTINATIONS} \
${CACHE:-} \
@@ -114,5 +113,6 @@ fi
${TARGET:-} \
${SKIP_UNUSED_STAGES:-} \
${BUILD_ARGS:-} \
${BUILD_ARGS_FROM_ENV:-}
${BUILD_ARGS_FROM_ENV:-} \
--skip-unused-stages=true