minor fix to makefile, removed docker output

This commit is contained in:
Kili 2025-12-26 17:44:37 +01:00
parent ff754783cb
commit bae887e1e2

View File

@ -21,7 +21,6 @@ build: check-branch
--tag $(IMAGE_NAME):$(MONTHLY_TAG) \ --tag $(IMAGE_NAME):$(MONTHLY_TAG) \
--sbom=true \ --sbom=true \
--provenance=true \ --provenance=true \
--output=type=docker \
. .
publish: check-branch publish: check-branch