containers/.woodpecker.yml
Neil Hanlon 8088c6278a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
revert back to buildx from woodpecker
2022-11-11 20:19:14 -05:00

26 lines
601 B
YAML

---
branches: main
pipeline:
woodpecker-ci:
image: plugins/docker
privileged: true
settings:
dockerfile: woodpecker-ci/Containerfile
platforms: linux/amd64
registry: git.shrug.pw
repo: neil/containers
tags: woodpecker-ci
pull_image: 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