docker-dhcpd/.drone.yml

22 lines
470 B
YAML
Raw Normal View History

2022-06-19 22:26:05 +00:00
kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: config
2022-06-20 00:58:54 +00:00
image: alpine:latest
2022-06-19 22:26:05 +00:00
commands:
2022-06-20 00:49:38 +00:00
- apk add --no-cache git
- git clone https://git.quacker.org/d/dockerutils
- sh dockerutils/alpine-pkg-tag.sh dhcp
2022-06-19 22:26:05 +00:00
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/dhcpd