15 lines
329 B
YAML
15 lines
329 B
YAML
|
---
|
||
|
branches: main
|
||
|
|
||
|
pipeline:
|
||
|
woodpecker-ci:
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
dockerfile: woodpecker-ci/Containerfile
|
||
|
tags: git.shrug.pw/neil/containers/woodpecker-ci:latest
|
||
|
pull_image: true
|
||
|
username:
|
||
|
from_secret: registry_username
|
||
|
password:
|
||
|
from_secret: registry_password
|