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-10 21:30:27 +02:00
|
|
|
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
|
|
|
|
settings:
|
|
|
|
|
insecure: true
|
|
|
|
|
registry: docker-registry.registry.svc.cluster.local:5000
|
2026-04-10 21:58:00 +02:00
|
|
|
repo: nxtgauge-frontend-solid
|
2026-04-10 21:30:27 +02:00
|
|
|
dockerfile: Dockerfile.simple
|
|
|
|
|
tags:
|
|
|
|
|
- ${CI_COMMIT_SHA}
|
|
|
|
|
- latest
|
|
|
|
|
- high-performance-latest
|
|
|
|
|
username:
|
2026-04-10 21:18:27 +02:00
|
|
|
from_secret: REGISTRY_USERNAME
|
2026-04-10 21:30:27 +02:00
|
|
|
password:
|
2026-04-10 21:18:27 +02:00
|
|
|
from_secret: REGISTRY_PASSWORD
|
2026-04-10 21:30:27 +02:00
|
|
|
platforms: linux/amd64
|