fix: use GHCR_USERNAME/GHCR_TOKEN instead of REGISTRY_*
This commit is contained in:
parent
7625d542ae
commit
acfb25043b
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ steps:
|
|||
- latest
|
||||
- high-performance-latest
|
||||
username:
|
||||
from_secret: REGISTRY_USERNAME
|
||||
from_secret: GHCR_USERNAME
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
from_secret: GHCR_TOKEN
|
||||
insecure: true
|
||||
insecure_pull: true
|
||||
skip_tls_verify: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue