ci: remove woodpecker, using Gitea Actions

This commit is contained in:
Tracewebstudio Dev 2026-04-19 00:27:13 +02:00
parent e88a9b9e10
commit bc8c4f2bff

View file

@ -1,21 +0,0 @@
when:
branch: [main, high-performance]
event: push
steps:
- name: build-and-push
image: registry.nxtgauge.com/kaniko:2.1.1
settings:
registry:
from_secret: REGISTRY_HOSTPORT
insecure: true
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
repo: nxtgauge-ai-assistant
tags:
- ${CI_COMMIT_SHA}
- ${CI_COMMIT_BRANCH}-latest
dockerfile: Dockerfile
context: .