eXist-db / docker-existdb

Docker image builder for eXist-db
GNU Affero General Public License v3.0
11 stars 6 forks source link

use travis for tagging #2

Closed duncdrum closed 6 years ago

duncdrum commented 6 years ago

while the webhooks that trigger builds on docker hub are coming from the main repo and include the git tag names there, we don't have the same over here. There doesn't seem to be a sane way of telling docker hub to use repo A to build repo B using tag A.

To avoid having to manually push git tags here with the appropriate version strings, we can probably leverage travis for this here. Dockerhub then reads our git tag names, and create the matching image tags.

alternatively, we could let commits in the main repo trigger travis here and move the docker tagging logic into the deploy step. In either case, some travis fiddling is in order.

duncdrum commented 6 years ago

superseded by #14