Fix Makefile for personal registry images

This commit is contained in:
Sivert V. Sæther 2022-05-05 22:28:47 +02:00
parent 87cc59271e
commit 45983f1d10

View File

@ -16,7 +16,7 @@ hub: build push
reg_contexts = xmr-stak reg_contexts = xmr-stak
build_reg: build_reg:
$(foreach context,$(reg_contexts),docker build registry.sivert.pw/$(context);) $(foreach context,$(reg_contexts),docker build $(context);docker tag $(context) registry.sivert.pw/$(context))
push_reg: push_reg:
$(foreach context,$(reg_contexts),docker push registry.sivert.pw/$(context);) $(foreach context,$(reg_contexts),docker push registry.sivert.pw/$(context);)