docker-dhcpd/.drone.yml
quackerd f26d822710
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-06-20 00:58:54 +00:00

23 lines
488 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: config
image: alpine:latest
commands:
- apk add --no-cache git
- git clone https://git.quacker.org/d/dockerutils
- sh dockerutils/alpine-pkg-tag.sh dhcp
- cat .tags
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/dhcpd