.drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2021-07-11 12:15:11 +02:00
parent 2cc04b793b
commit 3d877888a7

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
name: build and publish
steps:
- name: docker
image: plugins/docker
settings:
repo: ducampsv/docker-archiso-builder
username:
from_secret: docker_username
password:
from_secret: docker_password