Update plugin.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-22 21:51:42 +03:00
parent 122d19c42a
commit 97b37a503a

View File

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