ci: stop treating registry host as secret
This commit is contained in:
parent
6adea89da1
commit
2576dbe5b5
2 changed files with 1 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,5 @@ See `docs/MIGRATION_MASTER_PLAN.md` for the staged plan.
|
|||
## CI (Woodpecker)
|
||||
|
||||
Required secrets:
|
||||
- `REGISTRY_HOSTPORT`
|
||||
- `REGISTRY_USERNAME`
|
||||
- `REGISTRY_PASSWORD`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue