Initial Commit
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2024-04-15 13:26:48 -07:00
commit 67414acfed
5 changed files with 440 additions and 0 deletions

15
.woodpecker.yml Normal file
View File

@@ -0,0 +1,15 @@
labels:
platform: linux/amd64
steps:
- name: publish
image: woodpeckerci/plugin-kaniko
settings:
registry: gitea.elara.ws
repo: music-kraken/plugin-twine
tags: latest
cache: true
username:
from_secret: docker_username
password:
from_secret: docker_password