containers/.woodpecker.yml
Neil Hanlon d655e346e2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
bump
2022-11-11 20:21:32 -05:00

27 lines
673 B
YAML

---
branches: main
pipeline:
woodpecker-ci:
image: woodpeckerci/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: https://git.shrug.pw/v2/
username:
from_secret: registry_username
password:
from_secret: registry_password