set it up to build on woodpecker
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
fda469345a
commit
19a2b28fee
1 changed files with 15 additions and 0 deletions
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
steps:
|
||||
build-woww:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: gitea.simcop2387.info/simcop2387/wyoming-openwakeword-cuda
|
||||
dockerfile: Dockerfile
|
||||
auto_tag: true
|
||||
tags:
|
||||
- "build-${CI_PIPELINE_NUMBER}"
|
||||
logins:
|
||||
- registry: https://gitea.simcop2387.info/
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
||||
|
Loading…
Add table
Reference in a new issue