Stored entire key-value pair for build args in secrets
Some checks failed
ci/woodpecker/tag/web_uploadimage Pipeline failed
Some checks failed
ci/woodpecker/tag/web_uploadimage Pipeline failed
This commit is contained in:
@ -32,8 +32,8 @@ steps:
|
||||
from_secret: gitea_yaba_registry_password
|
||||
registry: gitea.iwanaga.moe
|
||||
build_args:
|
||||
- REACT_APP_API_BASE_URL=${DEV1_API_URL}
|
||||
- REACT_APP_AUTH0_DOMAIN=${DEV_AUTH0_DOMAIN}
|
||||
- REACT_APP_AUTH0_CLIENT_ID=${DEV_AUTH0_CLIENT_ID}
|
||||
- REACT_APP_AUTH0_CALLBACK_URL=${DEV1_CALLBACK}
|
||||
- REACT_APP_AUTH0_AUDIENCE=${DEV_AUTH0_AUDIENCE}
|
||||
- ${DEV1_API_URL}
|
||||
- ${DEV_AUTH0_DOMAIN}
|
||||
- ${DEV_AUTH0_CLIENT_ID}
|
||||
- ${DEV1_CALLBACK}
|
||||
- ${DEV_AUTH0_AUDIENCE}
|
||||
|
||||
Reference in New Issue
Block a user