bellriots.today/.woodpecker.yml
Neil Hanlon 41d3ff0b43
fix
2024-08-12 21:25:44 -04:00

29 lines
698 B
YAML

---
when:
- event: push
branch: main
steps:
woodpecker-ci:
image: woodpeckerci/plugin-docker-buildx
privileged: true
secrets: [repository_username, repository_password]
settings:
dockerfile: Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: git.shrug.pw/neil/bellriots.today
tags: latest
pull_image: true
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