updated correctly the docker hub reg auth and fixed the codeberg line properly
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
5e5af069a8
commit
683392d181
1 changed files with 3 additions and 3 deletions
|
|
@ -27,9 +27,9 @@ services:
|
|||
- WUD_REGISTRIES_LSCR_ENABLED=${WUD_LSCR}
|
||||
- WUD_REGISTRY_LSCR_USERNAME=${WUD_LSCR_USER}
|
||||
- WUD_REGISTRY_LSCR_TOKEN=${GITHUB_PAT_TOKEN}
|
||||
- WUD_REGISTRY_HUB_USERNAME=${WUD_DOCKER_REG_USERNAME}
|
||||
- WUD_REGISTRY_HUB_TOKEN=${WUD_DOCKER_REG_TOKEN}
|
||||
#- WUD_REGISTRY_HUB_CODEBERG_URL=https://codeberg.org
|
||||
- WUD_REGISTRY_HUB_PUBLIC_LOGIN=${WUD_DOCKER_REG_USERNAME}
|
||||
- WUD_REGISTRY_HUB_PUBLIC_TOKEN=${WUD_DOCKER_REG_TOKEN}
|
||||
- WUD_REGISTRY_CUSTOM_CODEBERG_URL=https://codeberg.org
|
||||
|
||||
- WUD_TRIGGER_SMTP_EMAIL_FROM=wud@mapletree.email
|
||||
- WUD_TRIGGER_SMTP_EMAIL_TO=${WUD_SMTP_TO}
|
||||
|
|
|
|||
Loading…
Reference in a new issue