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:
|
2026-04-17 00:38:21 +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 03:04:01 +02:00
|
|
|
registry:
|
|
|
|
|
from_secret: REGISTRY_HOSTPORT
|
2026-04-17 03:00:36 +02:00
|
|
|
username:
|
2026-04-17 01:10:53 +02:00
|
|
|
from_secret: REGISTRY_USERNAME
|
2026-04-17 03:00:36 +02:00
|
|
|
password:
|
2026-04-17 01:10:53 +02:00
|
|
|
from_secret: REGISTRY_PASSWORD
|
2026-04-17 03:00:36 +02:00
|
|
|
repo: nxtgauge-frontend-solid
|
|
|
|
|
tags:
|
|
|
|
|
- ${CI_COMMIT_SHA}
|
|
|
|
|
- ${CI_COMMIT_BRANCH}-latest
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
context: .
|