docker-samba/.drone.yml
quackerd 799cd42b5f
All checks were successful
continuous-integration/drone/push Build is passing
bump to 4.14.4-r0
2021-05-11 22:33:57 +00:00

21 lines
402 B
YAML

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