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 \