diff --git a/Makefile b/Makefile index f8c2716..afd19f8 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ $(PUSH): echo -n "$$REGISTRY_PASSWORD" | wc echo "$$REGISTRY_PASSWORD" | buildah login --username $(REGISTRY_USER) --password-stdin $(REGISTRY) buildah push --rm $(IMAGE):$(patsubst push-%,%,$@) docker://$(IMAGE):$(patsubst push-%,%,$@) - buildah logout + buildah logout $(REGISTRY)