cultfifthoctet/.woodpecker.yml

27 lines
673 B
YAML
Raw Permalink Normal View History

2023-08-07 16:11:31 +00:00
---
branches: main
pipeline:
woodpecker-ci:
image: woodpeckerci/plugin-docker-buildx
privileged: true
secrets: [repository_username, repository_password]
settings:
dockerfile: Containerfile
2023-08-07 16:11:31 +00:00
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
2023-08-07 16:13:12 +00:00
repo: git.shrug.pw/neil/cultfiftoctet
2023-08-07 16:44:22 +00:00
tags: latest
2023-08-07 16:48:15 +00:00
pull_image: true
2023-08-07 16:11:31 +00:00
mtu: 1480
username:
from_secret: registry_username
password:
from_secret: registry_password
logins:
- registry: git.shrug.pw
username:
from_secret: registry_username
password:
from_secret: registry_password