homepage/.drone.yml
Finn Dane 599fccda6b
All checks were successful
continuous-integration/drone Build is passing
initial commit
2023-05-19 02:18:16 +02:00

21 lines
361 B
YAML

kind: pipeline
type: docker
name: image
steps:
- name: build
image: plugins/docker
settings:
registry: registry.finndane.nl
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.finndane.nl/finn-dane/homepage
tags:
- latest
trigger:
branch:
- master