docker-dhcpd/.drone.yml
2022-06-19 18:26:05 -04:00

20 lines
363 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: config
image: alpine
commands:
- echo -n "latest" > .tags
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/dhcpd