ci: stop treating registry host as secret

This commit is contained in:
Tracewebstudio Dev 2026-04-17 02:39:50 +02:00
parent 6adea89da1
commit 2576dbe5b5
2 changed files with 1 additions and 3 deletions

View file

@ -6,8 +6,7 @@ steps:
- name: build-and-push
image: registry.nxtgauge.com/docker:28-cli
environment:
REGISTRY_HOSTPORT:
from_secret: REGISTRY_HOSTPORT
REGISTRY_HOSTPORT: registry.nxtgauge.com
REGISTRY_USERNAME:
from_secret: REGISTRY_USERNAME
REGISTRY_PASSWORD:

View file

@ -10,6 +10,5 @@ See `docs/MIGRATION_MASTER_PLAN.md` for the staged plan.
## CI (Woodpecker)
Required secrets:
- `REGISTRY_HOSTPORT`
- `REGISTRY_USERNAME`
- `REGISTRY_PASSWORD`