containers/.woodpecker.yml

20 lines
397 B
YAML
Raw Normal View History

2022-11-11 21:25:27 +00:00
---
branches: main
pipeline:
woodpecker-ci:
image: plugins/docker
settings:
dockerfile: woodpecker-ci/Containerfile
2022-11-11 21:31:04 +00:00
registry: git.shrug.pw
repo: neil/containers
tags: latest
2022-11-11 21:25:27 +00:00
pull_image: true
2022-11-11 21:45:49 +00:00
auto_tag: true
ipv6: true
bip: true
2022-11-11 21:25:27 +00:00
username:
from_secret: registry_username
password:
from_secret: registry_password