2026-04-09 00:09:03 +02:00
|
|
|
when:
|
2026-04-10 05:21:45 +02:00
|
|
|
branch: [main, high-performance]
|
2026-04-09 00:09:03 +02:00
|
|
|
event: push
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build-and-push
|
2026-04-10 20:34:18 +02:00
|
|
|
image: gcr.io/kaniko-project/executor:v1.23.2-debug
|
|
|
|
|
commands:
|
|
|
|
|
- >-
|
|
|
|
|
/kaniko/executor
|
|
|
|
|
--context .
|
|
|
|
|
--dockerfile Dockerfile.simple
|
|
|
|
|
--destination docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid:${CI_COMMIT_SHA}
|
|
|
|
|
--destination docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid:latest
|
|
|
|
|
--destination docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid:high-performance-latest
|
|
|
|
|
--cache=true
|
|
|
|
|
--cache-repo docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid-cache
|
|
|
|
|
--insecure
|
|
|
|
|
--insecure-pull
|
|
|
|
|
--skip-tls-verify
|