create pipeline
This commit is contained in:
commit
399621be4c
22
.drone.yml
Normal file
22
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user