mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-22 13:52:56 +00:00
update descriptions on docker hub (#191)
* add script to update image description on docker hub * also set (short) description fixes #179 * add optional step to makefile to update docker hub readme files to update readme on docker hub add DOCKERREADME=yes to .env (values of variable is irrelevant, only that it its set) * add docker_repo to .env this fixes tagging of images for docker orgs other than the default value
This commit is contained in:
@@ -24,6 +24,8 @@ install:
|
||||
- make lint
|
||||
- "./test.exp"
|
||||
- make lint # rerun lint to see if output is different with .env in place
|
||||
- echo "docker_repo=$docker_repo" >> .env
|
||||
- echo "DOCKERREADME=yes" >> .env # add DOCKERREADME env var so that make publish also updates readme files on docker hub
|
||||
- travis_retry make build-all
|
||||
script:
|
||||
- make test-ci
|
||||
|
||||
Reference in New Issue
Block a user