28 lines
679 B
YAML
28 lines
679 B
YAML
---
|
|
branches: main
|
|
|
|
pipeline:
|
|
woodpecker-ci:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
context: woodpecker-ci
|
|
dockerfile: Containerfile
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
registry: git.shrug.pw
|
|
repo: neil/containers/woodpecker-ci
|
|
tags: latest
|
|
pull_image: true
|
|
default_tags: true
|
|
mtu: 1480
|
|
username:
|
|
from_secret: registry_username
|
|
password:
|
|
from_secret: registry_password
|
|
logins:
|
|
- registry: https://git.shrug.pw/
|
|
username:
|
|
from_secret: registry_username
|
|
password:
|
|
from_secret: registry_password
|