mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-26 10:43:42 +02:00
Makefile: should be "docker image push" instead of "docker publish"
This commit is contained in:
parent
3392533a91
commit
634205a546
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ docker-image:
|
||||||
docker image build --build-arg VERSION=$(PROGRAM_VERSION) -t ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION) docker
|
docker image build --build-arg VERSION=$(PROGRAM_VERSION) -t ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION) docker
|
||||||
|
|
||||||
docker-publish:
|
docker-publish:
|
||||||
docker publish ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION)
|
docker image push ghcr.io/eosswedenorg/thalos:$(PROGRAM_VERSION)
|
||||||
|
|
||||||
install: build tools
|
install: build tools
|
||||||
install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)
|
install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue