Mauro Torrez b2ac932f2b
All checks were successful
continuous-integration/drone/push Build is passing
..
2020-04-18 03:16:24 -03:00

28 lines
496 B
YAML

---
kind: pipeline
name: default
steps:
- name: build image only
image: plugins/docker
settings:
repo: eumau/opendkim
auto_tag: true
dry_run: true
when:
ref:
- refs/pull/**
- name: build and publish image
image: plugins/docker
settings:
repo: eumau/opendkim
auto_tag: true
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
when:
branch:
- master