hoc/.drone.yml
Valentin Brandl f1ae1b4d59
All checks were successful
continuous-integration/drone/push Build is passing
Enable autotag
2019-05-01 22:08:23 +02:00

14 lines
252 B
YAML

kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
settings:
repo: vbrandl/hits-of-code
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password