fix: use GHCR_USERNAME/GHCR_TOKEN instead of REGISTRY_*
This commit is contained in:
parent
d4c7fdcddd
commit
0d01e70576
1 changed files with 4 additions and 4 deletions
|
|
@ -49,9 +49,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
|
||||
|
|
@ -124,9 +124,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