Compare commits

...

3 Commits

Author SHA1 Message Date
35dc8568c0
Disable docker registry image
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-23 20:46:08 +02:00
dca75e7b37
Also export to docker hub 2019-07-23 20:34:51 +02:00
dce8641ec9
Improve pre-commit-config.yml 2019-07-23 20:34:07 +02:00
2 changed files with 25 additions and 1 deletions

View File

@ -16,7 +16,7 @@ steps:
- go build p83.nl/go/ekster/cmd/eksterd
- go test ./...
- name: publish
- name: publish-personal
image: plugins/docker
settings:
repo: registry.stuifzandapp.com/microsub-server
@ -26,6 +26,19 @@ steps:
password:
from_secret: docker_password
# - name: publish-docker
# image: plugins/docker
# settings:
# repo: pstuifzand/ekster
# tags:
# - alpine
# dockerfile: Dockerfile.alpine
# registry: registry.stuifzandapp.com
# username:
# from_secret: docker_official_username
# password:
# from_secret: docker_official_password
- name: deploy
image: appleboy/drone-ssh
settings:

View File

@ -15,3 +15,14 @@ repos:
- id: go-fmt
- id: go-lint
- id: go-unit-tests
- repo: https://github.com/lauritzsh/markdownlint-plugin
rev: d2945f77abee898fef48212adccbc2e3195c33c3
hooks:
- id: markdownlint
- repo: local
hooks:
- id: drone-lint
name: Drone linting
language: system
entry: drone lint
files: .drone.yml