bellriots.today/.woodpecker.yml
Neil Hanlon ae5334b525
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: migrate to next
2024-01-02 11:35:36 -05:00

29 lines
684 B
YAML

---
when:
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