pflaenz.li/.drone.yml
Jannis Portmann 7dcf365fe8
All checks were successful
continuous-integration/drone/push Build is passing
Add registry
2023-07-08 11:12:36 +02:00

15 lines
303 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: build-image
image: plugins/docker
settings:
repo: git.thisfro.ch/pflaenz.li/pflaenzli
dockerfile: Dockerfile
registry: git.thisfro.ch
username:
from_secret: docker_username
password:
from_secret: docker_password