2026-04-09 00:09:02 +02:00
|
|
|
when:
|
2026-04-10 05:21:37 +02:00
|
|
|
branch: [main, high-performance]
|
2026-04-09 00:09:02 +02:00
|
|
|
event: push
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build-and-push
|
2026-04-11 13:49:48 +02:00
|
|
|
image: woodpeckerci/plugin-kaniko:2.1.1
|
2026-04-11 00:38:04 +02:00
|
|
|
settings:
|
2026-04-15 14:58:34 +02:00
|
|
|
registry: registry.nxtgauge.com
|
2026-04-11 13:58:08 +02:00
|
|
|
repo: nxtgauge-frontend-solid
|
2026-04-16 10:47:30 +02:00
|
|
|
dockerfile: Dockerfile
|
2026-04-11 00:38:04 +02:00
|
|
|
tags:
|
|
|
|
|
- ${CI_COMMIT_SHA}
|
|
|
|
|
- latest
|
|
|
|
|
- high-performance-latest
|
2026-04-11 13:43:32 +02:00
|
|
|
username:
|
2026-04-14 14:32:28 +02:00
|
|
|
from_secret: REGISTRY_USERNAME
|
2026-04-11 13:43:32 +02:00
|
|
|
password:
|
2026-04-14 14:32:28 +02:00
|
|
|
from_secret: REGISTRY_PASSWORD
|
2026-04-11 13:49:48 +02:00
|
|
|
insecure: true
|
|
|
|
|
insecure_pull: true
|
|
|
|
|
skip_tls_verify: true
|
2026-04-11 00:38:04 +02:00
|
|
|
platforms: linux/amd64
|
2026-04-11 13:49:48 +02:00
|
|
|
cache: false
|