cultfifthoctet/.woodpecker.yml
Neil Hanlon ba1fe27dc7
fix containerfile path
Signed-off-by: Neil Hanlon <neil@rockylinux.org>
2023-08-07 12:36:46 -04:00

30 lines
718 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
tag: latest
pull_image: true
auto_tag: true
auto_labels: 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