tmnt-fe/.woodpecker.yaml
aarbit 65c09abd06
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Fixes wrong name in Woodpecker file
2025-02-19 16:03:17 -06:00

15 lines
346 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-fe
registry: git.halfbinary.net
tags: ${CI_PIPELINE_NUMBER}
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password