1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 05:42:54 +00:00

final changes

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-02-25 13:05:31 +01:00
parent 0d6477c45a
commit 2afb65303a
5 changed files with 13 additions and 7 deletions
+3 -1
View File
@@ -280,7 +280,9 @@ publish-container: ## Helper target to push a given image to a registry. Default
version=$${version%.*} ; \
docker push $(docker_repo)/kopano_$(component):$$version ; \
done
#docker push $(docker_repo)/kopano_$(component):latest
ifdef PUBLISHLATEST
docker push $(docker_repo)/kopano_$(component):latest
endif
#ifdef DOCKERREADME
# bash .ci/docker-hub-helper.sh $(component)
#endif