nxtgauge-admin-solid/.woodpecker.yml
Tracewebstudio Dev 4a3434f427 Revert "ci: fix kaniko registry settings"
This reverts commit 5b642e52a4.
2026-04-17 14:01:48 +02:00

19 lines
458 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-admin-solid
tags:
- ${CI_COMMIT_SHA}
- ${CI_COMMIT_BRANCH}-latest
dockerfile: Dockerfile.simple
context: .