fix(Makefile): get rid of unqualified container images
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-amd64 (push) Successful in 1m20s
Build / build-arm64 (push) Successful in 1m27s

This commit is contained in:
Markus Pesch 2025-05-12 22:47:19 +02:00
parent e320fb8dfb
commit c095838ac3
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -27,7 +27,6 @@ container-image/build:
--no-cache \ --no-cache \
--pull \ --pull \
--tag ${HELM_IMAGE_FULLY_QUALIFIED} \ --tag ${HELM_IMAGE_FULLY_QUALIFIED} \
--tag \
. .
# DELETE CONTAINER IMAGE # DELETE CONTAINER IMAGE