ci: fix woodpecker registry secrets and base images

This commit is contained in:
Tracewebstudio Dev 2026-04-17 01:41:59 +02:00
parent b0f661e946
commit 6531200ab7
2 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,9 @@ steps:
REGISTRY_PASSWORD:
from_secret: REGISTRY_PASSWORD
commands:
- test -n "${REGISTRY_HOSTPORT}"
- test -n "${REGISTRY_USERNAME}"
- test -n "${REGISTRY_PASSWORD}"
- echo "${REGISTRY_PASSWORD}" | docker login "${REGISTRY_HOSTPORT}" -u "${REGISTRY_USERNAME}" --password-stdin
- docker build -t "${REGISTRY_HOSTPORT}/nxtgauge-admin-solid" -f Dockerfile.simple .
- docker push "${REGISTRY_HOSTPORT}/nxtgauge-admin-solid"

View file

@ -7,6 +7,13 @@ Port admin modules one by one with strict API/permission parity.
See `docs/MIGRATION_MASTER_PLAN.md`.
## CI (Woodpecker)
Required secrets:
- `REGISTRY_HOSTPORT`
- `REGISTRY_USERNAME`
- `REGISTRY_PASSWORD`
## This project was created with the [Solid CLI](https://github.com/solidjs-community/solid-cli)
## Local Docker test (low RAM, no port conflict)