Skip to content

Commit ea17bc4

Browse files
committed
CI/CD: general release should push version and latest tag
1 parent 6a71c68 commit ea17bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/docker.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ docker-release-candidate: docker-prepare docker-login
6262
# For all builds with a release tag build and push the containers.
6363
docker-release: docker-prepare docker-login
6464
$(call DOCKER_BUILDX,latest,--push)
65+
$(call DOCKER_BUILDX,$(VERSION),--push)
6566

6667
.PHONY: docker-branch docker-master docker-release-candidate docker-release

0 commit comments

Comments
 (0)