containers/.woodpecker.yml
Neil Hanlon dbf38a2c9c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try with the buildx plugin instead
2022-11-11 18:11:26 -05:00

19 lines
427 B
YAML

---
branches: main
pipeline:
woodpecker-ci:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: woodpecker-ci/Containerfile
platforms: linux/amd64,linux/arm64/v8
registry: git.shrug.pw
repo: neil/containers
tags: latest
pull_image: true
auto_tag: true
username:
from_secret: registry_username
password:
from_secret: registry_password