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

Makefile tweaks (#329)

* add --rm to build commands to prevent dangling images
relates to https://github.com/Kopano-dev/kopano-docker/pull/11
* remove login from makefile
* add docker login to travis instead
* readme tweaks
This commit is contained in:
Felix Bartels
2020-01-29 09:29:39 +01:00
committed by GitHub
parent cdd88b9d11
commit f8b14c6a98
4 changed files with 16 additions and 21 deletions
+1
View File
@@ -30,6 +30,7 @@ deploy:
- provider: script
skip-cleanup: true
script:
- echo "$docker_pwd" | docker login -u "$docker_login" --password-stdin
- make publish
on:
branch: master