We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a71c68 commit ea17bc4Copy full SHA for ea17bc4
make/docker.mk
@@ -62,5 +62,6 @@ docker-release-candidate: docker-prepare docker-login
62
# For all builds with a release tag build and push the containers.
63
docker-release: docker-prepare docker-login
64
$(call DOCKER_BUILDX,latest,--push)
65
+ $(call DOCKER_BUILDX,$(VERSION),--push)
66
67
.PHONY: docker-branch docker-master docker-release-candidate docker-release
0 commit comments