This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/.drone.yml

14 lines
210 B
YAML
Raw Normal View History

2021-04-27 17:36:52 +00:00
kind: pipeline
name: build image
steps:
- name: build
image: plugins/docker
settings:
2022-04-07 11:37:41 +00:00
repo: registry.kucharczyk.xyz/gitea
2021-04-27 17:36:52 +00:00
tags: latest
trigger:
2021-05-04 21:22:47 +00:00
event:
2021-05-13 22:21:41 +00:00
- push
- cron
exclude:
- pull_request