nextcloud/.drone.yml

14 lines
188 B
YAML
Raw Normal View History

kind: pipeline
name: build image
steps:
- name: build
image: plugins/docker
settings:
2021-05-13 22:11:48 +00:00
repo: registry.kucharczyk.tech/nextcloud
tags: latest
trigger:
2021-05-04 22:23:16 +00:00
event:
- tag
- cron