Merge branch 'main' into codex/verify-npm-package-dependencies
This commit is contained in:
commit
a76d6453ac
13
Makefile
13
Makefile
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user