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

11 lines
178 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:
repo: registry.kucharczyk.xyz/gitea
tags: latest
trigger:
ref:
- refs/tags/*