containers/.woodpecker.yml

21 lines
482 B
YAML
Raw Normal View History

2022-11-11 21:25:27 +00:00
---
branches: main
pipeline:
woodpecker-ci:
2022-11-11 23:11:26 +00:00
image: woodpeckerci/plugin-docker-buildx
2022-11-11 23:59:10 +00:00
privileged: true
2022-11-11 21:25:27 +00:00
settings:
dockerfile: woodpecker-ci/Containerfile
2022-11-11 23:11:26 +00:00
platforms: linux/amd64,linux/arm64/v8
2022-11-11 21:31:04 +00:00
registry: git.shrug.pw
2022-11-12 00:16:44 +00:00
repo: neil/containers/woodpecker-ci
2022-11-11 21:31:04 +00:00
tags: latest
2022-11-11 21:25:27 +00:00
pull_image: true
2022-11-11 23:27:03 +00:00
default_tags: true
2022-11-12 00:11:40 +00:00
mtu: 1480
2022-11-11 21:25:27 +00:00
username:
from_secret: registry_username
password:
from_secret: registry_password