diff --git a/.ci/podman.mk b/.ci/podman.mk index 1ac77d8..29e69d6 100644 --- a/.ci/podman.mk +++ b/.ci/podman.mk @@ -32,7 +32,7 @@ test: rm-test-image ## Execute Dockerfile.test scan: ## Scan image using trivy echo "Scanning $(IMAGE):$(TAG)-$(ARCH) using Trivy $(TRIVY_REMOTE)" - trivy image $(TRIVY_OPTS) $(IMAGE):$(TAG)-$(ARCH) + trivy image $(TRIVY_OPTS) localhost/$(IMAGE):$(TAG)-$(ARCH) # first tag and push all actual images # create new manifest for each tag and add all available TAG-ARCH before pushing