tmnt-api/.woodpecker.yaml
aarbit 7ae491da43
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Adds Docker file and Woodpecker integration
2025-02-19 09:28:32 -06:00

15 lines
361 B
YAML

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