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.
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:
|
2021-05-04 21:22:47 +00:00
|
|
|
event:
|
|
|
|
- tag
|
|
|
|
- cron
|