1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 13:52:56 +00:00

for the moment do not update latest

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-02-24 15:59:57 +01:00
parent 0284788377
commit 0d6477c45a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ 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
#docker push $(docker_repo)/kopano_$(component):latest
#ifdef DOCKERREADME
# bash .ci/docker-hub-helper.sh $(component)
#endif