create pipeline

This commit is contained in:
vincent 2022-05-09 09:13:52 +02:00
commit 399621be4c

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
---
kind: pipeline
name: build and publish amd64
platform:
os: linux
arch: amd64
steps:
- name: clone repo
image: docker:git
commands:
- git clone https://github.com/anatol/pacoloco.git
- name: docker
image: plugins/docker
tags: latest
settings:
repo: ducampsv/docker-archiso-builder
username:
from_secret: docker_username
password:
from_secret: docker_password