There was an error while loading. Please reload this page.
1 parent ab6cb3d commit d60972bCopy full SHA for d60972b
1 file changed
Makefile
@@ -695,7 +695,7 @@ clean: ## Cleans up all artifacts.
695
696
.PHONY: image-list
697
image-list: ## Prints a list of all images built by this Makefile with digests.
698
- @echo -n installer talos imager talosctl | xargs -d ' ' -I{} sh -c 'echo $(REGISTRY_AND_USERNAME)/{}:$(IMAGE_TAG)' | xargs -I{} sh -c 'echo {}@$$(crane digest {})'
+ @echo -n installer installer-base talos imager talosctl | xargs -d ' ' -I{} sh -c 'echo $(REGISTRY_AND_USERNAME)/{}:$(IMAGE_TAG)' | xargs -I{} sh -c 'echo {}@$$(crane digest {})'
699
700
.PHONY: sign-images
701
sign-images: ## Run cosign to sign all images built by this Makefile.
0 commit comments