docker-samba/.drone.yml

21 lines
462 B
YAML
Raw Normal View History

2021-02-20 00:01:05 +00:00
kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: config
image: alpine
commands:
2022-06-20 01:33:47 +00:00
- apk add --no-cache git
- git clone https://git.quacker.org/d/dockerutils
- sh dockerutils/alpine-pkg-tag.sh dhcp
2021-02-20 00:01:05 +00:00
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/samba