19 lines
390 B
YAML
19 lines
390 B
YAML
---
|
|
branches: main
|
|
|
|
pipeline:
|
|
woodpecker-ci:
|
|
image: plugins/docker
|
|
settings:
|
|
dockerfile: woodpecker-ci/Containerfile
|
|
registry: git.shrug.pw
|
|
repo: neil/containers
|
|
tags: latest
|
|
pull_image: true
|
|
auto_tag: true
|
|
custom_dns: 1.1.1.1
|
|
username:
|
|
from_secret: registry_username
|
|
password:
|
|
from_secret: registry_password
|