nxtgauge-frontend-solid/.woodpecker.yml

25 lines
584 B
YAML
Raw Normal View History

when:
branch: [main, high-performance]
event: push
steps:
- name: build-and-push
image: woodpeckerci/plugin-kaniko:2.1.1
settings:
2026-04-15 14:50:36 +02:00
registry: registry.nxtgauge.com:5000
repo: nxtgauge-frontend-solid
dockerfile: Dockerfile.simple
tags:
- ${CI_COMMIT_SHA}
- latest
- high-performance-latest
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
insecure: true
insecure_pull: true
skip_tls_verify: true
platforms: linux/amd64
cache: false