Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jkremser committed Oct 10, 2022
1 parent fef14fd commit 4d30d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ container-tags: ## retrieves the container tags applied to the image with a give
@docker inspect ghcr.io/philips-labs/slsa-provenance@$(CONTAINER_DIGEST) --format '{{ join .RepoTags "\n" }}' | sed 's/.*://' | awk '!_[$$0]++'

.PHONY: container-repos
container-repos: ## retrieves the container tags applied to the image with a given digest
container-repos: ## retrieves the container repos applied to the image with a given digest
@:$(call check_defined, CONTAINER_DIGEST)
@docker inspect ghcr.io/philips-labs/slsa-provenance@$(CONTAINER_DIGEST) --format '{{ join .RepoTags "\n" }}' | sed 's/:.*//' | awk '!_[$$0]++'

0 comments on commit 4d30d90

Please sign in to comment.