Skip to content

Commit c1cb0ff

Browse files
committed
Add missing step to create docker version tag
1 parent 7750827 commit c1cb0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ container-push: container
128128

129129
.PHONY: container-release
130130
container-release: container
131+
@docker tag $(DOCKER_REPO):$(VCS_BRANCH)-$(BUILD_DATE)-$(VERSION) $(DOCKER_REPO):$(VERSION)
131132
docker push $(DOCKER_REPO):$(VERSION)
132133
docker push $(DOCKER_REPO):latest
133134

0 commit comments

Comments
 (0)