CI: automatic builds #1

Merged
Thilawyn merged 6 commits from ci into master 2023-08-08 01:47:07 +02:00
Showing only changes of commit f82d8b4905 - Show all commits

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