use no-cache
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-12-15 15:05:09 +11:00
parent 9edbfb676a
commit 883e9f963f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -29,6 +29,7 @@ for dist in ${DISTS[@]}; do
mkdir -p dist/${release}
docker build -f Dockerfile.debbuild -t enroll-deb:${release} \
--no-cache \
--progress=plain \
--build-arg BASE_IMAGE=${dist} .