nxtgauge-ai-assistant/.woodpecker.yml

22 lines
490 B
YAML
Raw Normal View History

when:
branch: [main, high-performance]
event: push
steps:
- name: build-and-push
2026-04-17 03:00:37 +02:00
image: registry.nxtgauge.com/kaniko:2.1.1
settings:
2026-04-17 03:04:01 +02:00
registry:
from_secret: REGISTRY_HOSTPORT
insecure: true
2026-04-17 03:00:37 +02:00
username:
from_secret: REGISTRY_USERNAME
2026-04-17 03:00:37 +02:00
password:
from_secret: REGISTRY_PASSWORD
2026-04-17 03:00:37 +02:00
repo: nxtgauge-ai-assistant
tags:
- ${CI_COMMIT_SHA}
- ${CI_COMMIT_BRANCH}-latest
dockerfile: Dockerfile
context: .