add drone pipeline

This commit is contained in:
matti 2022-10-16 19:40:29 +02:00 committed by Yannik Rödel
parent 158f1d32e9
commit ea014f2af3

18
.drone.yml Normal file
View file

@ -0,0 +1,18 @@
kind: pipeline
name: build image
steps:
- name: publish
image: plugins/docker
settings:
registry: codeberg.org
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: codeberg.org/angestoepselt/homepage
build_args:
- SITE=angestoepselt
tags: latest
when:
branch: [captcha]