homepage/.drone.yml

21 lines
361 B
YAML
Raw Normal View History

2023-05-17 22:12:39 +02:00
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