From 634205a5464afb8f4e26d64ad0d6fe09a73baee8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 17 May 2024 18:35:40 +0200 Subject: [PATCH] Makefile: should be "docker image push" instead of "docker publish" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 956ea03..438f932 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ docker-image: docker image build --build-arg VERSION=$(PROGRAM_VERSION) -t ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION) docker docker-publish: - docker publish ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION) + docker image push ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION) install: build tools install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)