containers/.woodpecker.yml
Neil Hanlon 18cbbec216
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
attempt with buildx
2022-11-11 22:18:53 -05:00

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