Merge commit '7f0eb4259248671af6ac831216a3fa6df3974454'
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-11-18 14:22:34 +01:00
commit 992e12605a
1 changed files with 1 additions and 1 deletions

View File

@ -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