mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: publish release docker images at DockerHub with the stable
tag
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2911
This commit is contained in:
parent
a48510573e
commit
cad90c7ac1
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -167,10 +167,10 @@ vmutils-crossbuild: \
|
||||||
vmutils-windows-amd64
|
vmutils-windows-amd64
|
||||||
|
|
||||||
publish-release:
|
publish-release:
|
||||||
git checkout $(TAG) && $(MAKE) release publish && \
|
git checkout $(TAG) && LATEST_TAG=stable $(MAKE) release publish && \
|
||||||
git checkout $(TAG)-cluster && $(MAKE) release publish && \
|
git checkout $(TAG)-cluster && LATEST_TAG=cluster-stable $(MAKE) release publish && \
|
||||||
git checkout $(TAG)-enterprise && $(MAKE) release publish && \
|
git checkout $(TAG)-enterprise && LATEST_TAG=enterprise-stable $(MAKE) release publish && \
|
||||||
git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish
|
git checkout $(TAG)-enterprise-cluster && LATEST_TAG=enterprise-cluster-stable $(MAKE) release publish
|
||||||
|
|
||||||
release: \
|
release: \
|
||||||
release-victoria-metrics \
|
release-victoria-metrics \
|
||||||
|
|
Loading…
Reference in a new issue