nxtgauge-admin-solid/.woodpecker.yml

20 lines
458 B
YAML
Raw Normal View History

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