17 lines
377 B
YAML
17 lines
377 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
|