28 lines
664 B
YAML
28 lines
664 B
YAML
---
|
|
branches: main
|
|
|
|
pipeline:
|
|
woodpecker-ci:
|
|
image: woodpecker-ci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
dockerfile: woodpecker-ci/Containerfile
|
|
# platforms: linux/amd64,linux/arm64/v8
|
|
registry: git.shrug.pw
|
|
repo: git.shrug.pw/neil/containers
|
|
tags: woodpecker-ci
|
|
pull_image: true
|
|
default_tags: true
|
|
mtu: 1480
|
|
username:
|
|
from_secret: registry_username
|
|
password:
|
|
from_secret: registry_password
|
|
logins:
|
|
- registry: git.shrug.pw
|
|
username:
|
|
from_secret: registry_username
|
|
password:
|
|
from_secret: registry_password
|
|
|