Drone definition
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Julien Valverdé
2023-08-07 23:59:02 +02:00
parent 946cd4ea8e
commit f82d8b4905

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jvalver.de
username:
from_secret: username
password:
from_secret: password
repo: thilawyn/protonmail-bridge-docker
dockerfile: Dockerfile
context: ./build
autotag: true
compress: true
platform: linux/amd64