20 lines
312 B
YAML
20 lines
312 B
YAML
kind: pipeline
|
|
name: Build
|
|
|
|
steps:
|
|
- name: Docker Build
|
|
image: plugins/docker
|
|
environment:
|
|
PASSWORD: GITEA_SECRET
|
|
settings:
|
|
registry: git.thebarrens.nu
|
|
username: wolvie
|
|
password: $PASSWORD
|
|
repo: wolvie/gecho
|
|
debug: true
|
|
tags:
|
|
- latest
|
|
when:
|
|
branch:
|
|
- main
|