15 lines
265 B
YAML
15 lines
265 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/golang:1.13.4-stretch
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^nshttpd.*/
|
|
steps:
|
|
- checkout
|
|
- setup_remote_docker:
|
|
version: 18.06.0-ce
|
|
- run: make dockerhub
|