mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
* Build and push images with Github Actions to DockerHub * Remove Travis CI configuration References: * https://docs.github.com/en/actions/guides/publishing-docker-images * https://github.com/docker/build-push-action/blob/master/docs/advanced/tags-labels.md * https://github.com/docker/metadata-action Note: docker / buildx does not support '+' in the image tag name. > invalid tag "martialblog/limesurvey:0.0.0+test5-apache": invalid reference format Use underscores instead, like the images already have on Dockerhub. Co-authored-by: Markus Opolka <markus.opolka@iis.fraunhofer.de>