ci: stop treating registry host as secret
This commit is contained in:
parent
ccc68e8c3b
commit
894a195f41
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:
|
||||
|
|
|
|||
|
|
@ -62,6 +62,5 @@ cargo run
|
|||
## CI (Woodpecker)
|
||||
|
||||
Required secrets:
|
||||
- `REGISTRY_HOSTPORT`
|
||||
- `REGISTRY_USERNAME`
|
||||
- `REGISTRY_PASSWORD`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue