Files
protonmail-bridge-docker/.drone.yml
Julien Valverdé 9be9f6af20
Some checks failed
continuous-integration/drone/push Build is failing
Attempt at fixing the Docker repo path
2023-08-08 00:53:09 +02:00

18 lines
346 B
YAML

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