diff --git a/Makefile b/Makefile index 680d7e0..f8c2716 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,5 @@ PUSH=$(foreach tag,$(TAGS),push-$(tag)) $(PUSH): echo -n "$$REGISTRY_PASSWORD" | wc echo "$$REGISTRY_PASSWORD" | buildah login --username $(REGISTRY_USER) --password-stdin $(REGISTRY) - buildah push --rm $(IMAGE):$@ docker://$(IMAGE):$@ + buildah push --rm $(IMAGE):$(patsubst push-%,%,$@) docker://$(IMAGE):$(patsubst push-%,%,$@) buildah logout