Skip to content

Commit

Permalink
Connect container images to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Aug 3, 2023
1 parent cd4e9c2 commit c8689aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions make/tool.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ base: \
--platform $${ARCHS} \
--cache-from $(REGISTRY)/$(REPOSITORY_PREFIX)base:$(DOCKER_TAG) \
--tag $(REGISTRY)/$(REPOSITORY_PREFIX)base:$(DOCKER_TAG) \
--attest=type=provenance \
--attest=type=sbom \
--provenance=false \
--push \
--progress plain \
>@base/build.log 2>&1; then \
Expand Down Expand Up @@ -117,8 +116,7 @@ $(ALL_TOOLS_RAW):%: \
--cache-from $(REGISTRY)/$(REPOSITORY_PREFIX)$*:$(DOCKER_TAG) \
--tag $(REGISTRY)/$(REPOSITORY_PREFIX)$*:$(DOCKER_TAG) \
$${EXTRA_DOCKER_TAG} \
--attest=type=provenance \
--attest=type=sbom \
--provenance=false \
--metadata-file $(TOOLS_DIR)/$@/build-metadata.json \
--push="$${PUSH}" \
--progress plain \
Expand Down

0 comments on commit c8689aa

Please sign in to comment.