docker-samba/.drone.yml

21 lines
405 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
environment:
2022-06-19 13:46:44 +00:00
VERSION: 4.16.1-r2
2021-02-20 00:01:05 +00:00
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