blob: 4493f14155f0743de9830c4fdfaa3488d0b0f182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
kind: pipeline
type: docker
name: build and publish docker image
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: gitea_packpub_username
password:
from_secret: gitea_packpub_password
repo: git.hatecomputers.club/hatecomputers/hatecomputers.club
tags:
- latest
- main
trigger:
branch:
- main
|