pflaenz.li/.drone.yml

19 lines
380 B
YAML
Raw Normal View History

2023-04-27 11:24:05 +02:00
kind: pipeline
type: docker
name: build
steps:
- name: build-image
image: plugins/docker
settings:
repo: git.thisfro.ch/pflaenz.li/pflaenzli
dockerfile: Dockerfile
2023-07-08 18:00:47 +02:00
tags:
- latest
- ${DRONE_BUILD_NUMBER}
2023-07-08 11:25:51 +02:00
registry: git.thisfro.ch/pflaenz.li/pflaenzli
2023-07-08 11:07:37 +02:00
username:
from_secret: docker_username
password:
2023-07-08 18:00:47 +02:00
from_secret: docker_password