Merge branch 'main' into codex/verify-npm-package-dependencies

This commit is contained in:
Kili 2025-12-26 18:53:05 +01:00 committed by GitHub
commit a76d6453ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,12 @@ check-branch:
build: check-branch build: check-branch
docker buildx build \ docker buildx build \
--pull \ --pull \
--platform $(PLATFORMS) \ --platform $(PLATFORMS) \
--tag $(IMAGE_NAME):latest \ --tag $(IMAGE_NAME):latest \
--tag $(IMAGE_NAME):$(MONTHLY_TAG) \ --tag $(IMAGE_NAME):$(MONTHLY_TAG) \
$(SBOM_FLAG) \ --sbom=true \
$(PROVENANCE_FLAG) \ --provenance=true \
--output=type=docker \ .
.
publish: check-branch publish: check-branch
docker buildx build \ docker buildx build \