This commit is contained in:
quackerd 2021-02-19 19:01:05 -05:00
parent 7ff9725284
commit ff23651cf2
Signed by: d
GPG Key ID: F73412644EDE357A

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
environment:
VERSION: 4.13.3
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