Modified how buildargs are passed
All checks were successful
ci/woodpecker/tag/web_uploadimage Pipeline was successful

This commit is contained in:
2024-04-01 23:24:14 -05:00
parent 6634891de6
commit 15f5e43e34

View File

@ -25,10 +25,10 @@ steps:
context: ./Web
dockerfile: ./Web/Dockerfile
tags_file: tags.txt
secrets: [ REACT_APP_API_BASE_URL, REACT_APP_AUTH_CALLBACK_URL, REACT_APP_AUTH_CLIENT_ID, REACT_APP_AUTH0_AUDIENCE, REACT_APP_AUTH0_DOMAIN]
username:
from_secret: gitea_yaba_registry_username
password:
from_secret: gitea_yaba_registry_password
registry: gitea.iwanaga.moe
build_args_from_env: [ REACT_APP_API_BASE_URL, REACT_APP_AUTH_CALLBACK_URL, REACT_APP_AUTH_CLIENT_ID, REACT_APP_AUTH0_AUDIENCE, REACT_APP_AUTH0_DOMAIN]
build_args_from_env:
from_secret: DEV1_BUILDARGS