Skip to content

Commit

Permalink
Makefile: should be "docker image push" instead of "docker publish"
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed May 17, 2024
1 parent 3392533 commit 634205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 634205a

Please sign in to comment.