This commit is contained in:
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal 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
|
||||
Reference in New Issue
Block a user