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:
|
2026-04-17 00:38:22 +02:00
|
|
|
- name: build-and-push
|
2026-04-17 03:00:36 +02:00
|
|
|
image: registry.nxtgauge.com/kaniko:2.1.1
|
|
|
|
|
settings:
|
2026-04-17 14:01:48 +02:00
|
|
|
registry: registry.nxtgauge.com
|
2026-04-17 03:00:36 +02:00
|
|
|
username:
|
2026-04-17 01:10:54 +02:00
|
|
|
from_secret: REGISTRY_USERNAME
|
2026-04-17 03:00:36 +02:00
|
|
|
password:
|
2026-04-17 01:10:54 +02:00
|
|
|
from_secret: REGISTRY_PASSWORD
|
2026-04-17 03:00:36 +02:00
|
|
|
repo: nxtgauge-admin-solid
|
|
|
|
|
tags:
|
|
|
|
|
- ${CI_COMMIT_SHA}
|
|
|
|
|
- ${CI_COMMIT_BRANCH}-latest
|
|
|
|
|
dockerfile: Dockerfile.simple
|
|
|
|
|
context: .
|