lukewarm/.drone.yml
Armin Friedl d5a33aa100
All checks were successful
continuous-integration/drone/push Build is passing
Add drone build
2020-12-15 04:06:53 +01:00

16 lines
298 B
YAML

kind: pipeline
type: docker
name: dirl
steps:
- name: publish-container
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
purge: true
repo: arminfriedl/lukewarm
tags: latest