Files
mikrotik-exporter/.circleci/config.yml
Steve Brunton 83cbed45d8 CircleCI build to DockerHub too
Also as part of the CircleCI build create a container and push to docker hub.
2018-12-16 23:28:05 -05:00

16 lines
333 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10.4-stretch
working_directory: /go/src/github.com/nshttpd/mikrotik-exporter
branches:
only:
- master
- /^nshttpd.*/
steps:
- checkout
- setup_remote_docker:
version: 18.05.0-ce
- run: make dockerhub