fix(ci): build container
This commit is contained in:
parent
ac2ba661d5
commit
a50c23d45c
3 changed files with 19 additions and 1 deletions
19
.woodpecker/container.yaml
Normal file
19
.woodpecker/container.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
steps:
|
||||||
|
- name: publish
|
||||||
|
image: woodpeckerci/plugin-kaniko
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
- event: tag
|
||||||
|
ref: refs/tags/v*
|
||||||
|
- event: cron
|
||||||
|
cron: sync_*
|
||||||
|
settings:
|
||||||
|
dockerfile: Containerfile
|
||||||
|
registry: "${CI_FORGE_URL#https://}"
|
||||||
|
repo: "${CI_REPO}"
|
||||||
|
auto_tag: true
|
||||||
|
username: "${CI_REPO_OWNER}"
|
||||||
|
password:
|
||||||
|
from_secret: CODEBERG_TOKEN
|
1
public
1
public
|
@ -1 +0,0 @@
|
||||||
Subproject commit a960c859c1a2e5e8ddbb81265ea08498fac1c39d
|
|
Loading…
Add table
Reference in a new issue