Debug drone

This commit is contained in:
Yarmo Mackenbach 2020-08-09 15:01:29 +02:00
parent 71afb8afff
commit 69c5da8e00

View file

@ -1,5 +1,21 @@
--- ---
kind: pipeline
name: build-stable-container
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: keyoxide/keyoxide
tags: stable
---
kind: pipeline kind: pipeline
name: build-dev-container name: build-dev-container