feat: Added option to prevent rebuild of the image (#1970)

This commit is contained in:
Kroese
2026-07-26 00:02:17 +02:00
committed by GitHub
parent 0a3bff5a7d
commit 4e35ead612
4 changed files with 82 additions and 56 deletions
+1
View File
@@ -11,6 +11,7 @@ set -Eeuo pipefail
: "${EDITION:=""}"
: "${MANUAL:=""}"
: "${REMOVE:=""}"
: "${REBUILD:="N"}"
: "${VERSION:=""}"
: "${COMMAND:=""}"
: "${DETECTED:=""}"