1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Makefile: should be "docker image push" instead of "docker publish"

This commit is contained in:
Henrik Hautakoski 2024-05-17 18:35:40 +02:00
parent 3392533a91
commit 634205a546

View file

@ -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)