2022-11-11 21:25:27 +00:00
|
|
|
---
|
|
|
|
branches: main
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
woodpecker-ci:
|
2022-11-12 00:53:53 +00:00
|
|
|
image: plugins/docker
|
2022-11-11 23:59:10 +00:00
|
|
|
privileged: true
|
2022-11-11 21:25:27 +00:00
|
|
|
settings:
|
2022-11-12 00:24:57 +00:00
|
|
|
dockerfile: woodpecker-ci/Containerfile
|
2022-11-12 01:19:14 +00:00
|
|
|
platforms: linux/amd64
|
|
|
|
registry: git.shrug.pw
|
2022-11-12 00:24:01 +00:00
|
|
|
repo: neil/containers
|
|
|
|
tags: woodpecker-ci
|
2022-11-11 21:25:27 +00:00
|
|
|
pull_image: 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
|
2022-11-12 01:19:14 +00:00
|
|
|
logins:
|
|
|
|
- registry: https://git.shrug.pw/v2/
|
|
|
|
username:
|
|
|
|
from_secret: registry_username
|
|
|
|
password:
|
|
|
|
from_secret: registry_password
|