update creds for double curly
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
9630b9eed2
commit
f1c8687150
1 changed files with 8 additions and 8 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"docker.io": {
|
||||
"username": "${OT_DOCKERHUB_USER}",
|
||||
"password": "${OT_DOCKERHUB_TOKEN}"
|
||||
"username": "{{ZOT_DOCKERHUB_USER}}",
|
||||
"password": "{{ZOT_DOCKERHUB_TOKEN}}"
|
||||
},
|
||||
"ghcr.io": {
|
||||
"username": "${ZOT_GITHUB_USER}",
|
||||
"password": "${ZOT_GITHUB_TOKEN}"
|
||||
"username": "{{ZOT_GITHUB_USER}}",
|
||||
"password": "{{ZOT_GITHUB_TOKEN}}"
|
||||
},
|
||||
"lscr.io": {
|
||||
"username": "${ZOT_LSCR_USER}",
|
||||
"password": "${ZOT_GITHUB_TOKEN}"
|
||||
"username": "{{ZOT_LSCR_USER}}",
|
||||
"password": "{{ZOT_GITHUB_TOKEN}}"
|
||||
},
|
||||
"codeberg.org": {
|
||||
"username": "${ZOT_CODEBERG_USER}",
|
||||
"password": "${ZOT_CODEBERG_TOKEN}"
|
||||
"username": "{{ZOT_CODEBERG_USER}}",
|
||||
"password": "{{ZOT_CODEBERG_TOKEN}}"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue