fix(ci): build container

This commit is contained in:
WrenIX 2024-11-21 00:24:13 +01:00
parent ac2ba661d5
commit a50c23d45c
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 19 additions and 1 deletions

View 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 +0,0 @@
Subproject commit a960c859c1a2e5e8ddbb81265ea08498fac1c39d