cultfifthoctet/.woodpecker.yml
Neil Hanlon 2ad5d5581a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix?
2023-08-07 12:48:15 -04:00

27 lines
673 B
YAML

---
branches: main
pipeline:
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/cultfiftoctet
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