nxtgauge-frontend-solid/.woodpecker.yml

21 lines
471 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:
2026-04-17 03:04:01 +02:00
registry:
from_secret: REGISTRY_HOSTPORT
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-frontend-solid
tags:
- ${CI_COMMIT_SHA}
- ${CI_COMMIT_BRANCH}-latest
dockerfile: Dockerfile
context: .