containers/.woodpecker/.woodpecker-ci.yml
Neil Hanlon 0b6d5cfc58
Some checks failed
ci/woodpecker/push/invoiceninja Pipeline failed
ci/woodpecker/push/woodpecker-ci Pipeline failed
ci: split to parallel workflows
2023-04-03 23:53:29 -04:00

29 lines
742 B
YAML

---
branches: main
pipeline:
woodpecker-ci:
image: woodpeckerci/plugin-docker-buildx
privileged: true
secrets: [repository_username, repository_password]
settings:
dockerfile: woodpecker-ci/Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: git.shrug.pw/neil/containers/woodpecker-ci
tag: latest
pull_image: true
auto_tag: true
auto_labels: 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