+ci
This commit is contained in:
parent
7ff9725284
commit
ff23651cf2
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user