Add make target to push to container registry
This commit is contained in:
parent
efa437b8a8
commit
0f74b74d1e
3
Makefile
3
Makefile
|
@ -150,6 +150,9 @@ build-%: images/tools/Containerfile | out
|
||||||
load-%: build-%
|
load-%: build-%
|
||||||
$(call import-container,$*)
|
$(call import-container,$*)
|
||||||
|
|
||||||
|
push-%: build-% load-%
|
||||||
|
docker push $(REGISTRY)/$*:$(VERSION)
|
||||||
|
|
||||||
out/tools-image.digest: out build-tools
|
out/tools-image.digest: out build-tools
|
||||||
|
|
||||||
.PHONY: plan
|
.PHONY: plan
|
||||||
|
|
Loading…
Reference in New Issue