20 lines
425 B
YAML
20 lines
425 B
YAML
---
|
|
branches: main
|
|
|
|
pipeline:
|
|
woodpecker-ci:
|
|
image: plugins/docker
|
|
privileged: true
|
|
settings:
|
|
dockerfile: woodpecker-ci/Containerfile
|
|
platforms: linux/amd64
|
|
registry: https://git.shrug.pw/
|
|
repo: neil/containers
|
|
tags: woodpecker-ci
|
|
pull_image: true
|
|
mtu: 1480
|
|
username:
|
|
from_secret: registry_username
|
|
password:
|
|
from_secret: registry_password
|