pflaenz.li/.drone.yml
Jannis Portmann a916f28e3c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Change registry
2023-07-08 11:25:51 +02:00

15 lines
324 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/pflaenz.li/pflaenzli
username:
from_secret: docker_username
password:
from_secret: docker_password