fix(makefile): remove the deletion of the base image via make clean
All checks were successful
Build / build-amd64 (push) Successful in 1m20s
Lint Markdown files / markdown-lint (push) Successful in 13s
Build / build-arm64 (push) Successful in 1m26s

This commit is contained in:
Markus Pesch 2025-05-08 18:44:02 +02:00
parent 99e37f124f
commit d91277240f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -35,7 +35,6 @@ container-image/build:
PHONY:=container-image/delete
container-image/delete:
- ${CONTAINER_RUNTIME} image rm ${HELM_IMAGE_FULLY_QUALIFIED}
- ${CONTAINER_RUNTIME} image rm ${BASE_IMAGE_FULL}
# PUSH CONTAINER IMAGE
# ==============================================================================