nxtgauge-frontend-solid/.woodpecker.yml
2026-04-17 03:00:36 +02:00

19 lines
454 B
YAML

when:
branch: [main, high-performance]
event: push
steps:
- name: build-and-push
image: registry.nxtgauge.com/kaniko:2.1.1
settings:
registry: registry.nxtgauge.com
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
repo: nxtgauge-frontend-solid
tags:
- ${CI_COMMIT_SHA}
- ${CI_COMMIT_BRANCH}-latest
dockerfile: Dockerfile
context: .