blob: 63733672b38e0f0b813f58e48763f28bb156144b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
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
registry: git.hatecomputers.club
repo: hatecomputers/hatecomputers.club
tags:
- latest
- main
trigger:
branch:
- main
|