From 8acc7f2091f8dd430d759a7e5505c54ded5b0e56 Mon Sep 17 00:00:00 2001 From: Akash Singhal Date: Thu, 14 Mar 2024 18:23:35 -0700 Subject: [PATCH] fix: update hard coded test registry reference (#1336) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0c5a887d..6a4f6121f 100644 --- a/Makefile +++ b/Makefile @@ -398,7 +398,7 @@ e2e-sbom-setup: # -di (DockerImage) - The docker image that will be used to generate the SBOM manifest # -m (ManifestPath) - The path to the SBOM manifest that will be generated # -D (Debug) - Enable debug logging - docker pull localhost:5000/sbom:v0 + docker pull ${TEST_REGISTRY}/sbom:v0 .staging/sbom/sbom-tool generate -b .staging/sbom -pn ratify -di ${TEST_REGISTRY}/sbom:v0 -m .staging/sbom -pv 1.0 -ps acme -nsu ratify -nsb http://registry:5000 -D true ${GITHUB_WORKSPACE}/bin/oras attach \ --artifact-type application/spdx+json \