docker-samba/.drone.yml
quackerd df779f7a88
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-06-20 01:35:30 +00:00

21 lines
470 B
YAML

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