ci: stop treating registry host as secret

This commit is contained in:
Tracewebstudio Dev 2026-04-17 02:39:51 +02:00
parent 7a1309f7fa
commit 395a03c0e8
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,7 +10,6 @@ See `docs/MIGRATION_MASTER_PLAN.md`.
## CI (Woodpecker)
Required secrets:
- `REGISTRY_HOSTPORT`
- `REGISTRY_USERNAME`
- `REGISTRY_PASSWORD`