Add make target to push to container registry

This commit is contained in:
Danny Grove 2025-08-05 08:34:04 -07:00
parent efa437b8a8
commit 0f74b74d1e
Signed by: danny
GPG Key ID: E1F4160251DB4C2E
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ build-%: images/tools/Containerfile | out
load-%: build-%
$(call import-container,$*)
push-%: build-% load-%
docker push $(REGISTRY)/$*:$(VERSION)
out/tools-image.digest: out build-tools
.PHONY: plan