ci: stop treating registry host as secret
This commit is contained in:
parent
7a1309f7fa
commit
395a03c0e8
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,7 +10,6 @@ See `docs/MIGRATION_MASTER_PLAN.md`.
|
|||
## CI (Woodpecker)
|
||||
|
||||
Required secrets:
|
||||
- `REGISTRY_HOSTPORT`
|
||||
- `REGISTRY_USERNAME`
|
||||
- `REGISTRY_PASSWORD`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue