matrix-mod/.woodpecker.yaml
aarbit 6af9436544
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Adds Dockerfile and Woodpecker file for automated builds
2024-07-28 16:26:34 -05:00

15 lines
349 B
YAML

when:
branch: main
event:
- push
- manual
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.halfbinary.net/${CI_REPO_OWNER}/matrix-mod
registry: git.halfbinary.net
tags: ${CI_PIPELINE_NUMBER}
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password