environment variables
how to get environment variables while build?
I set variables in endpoint settings, but they are not available during build.
Please tell me if I missed something?
result:
I set variables in endpoint settings, but they are not available during build.
Please tell me if I missed something?
result:

Solution
You can either build the Docker image yourself, push to a docker registry and deploy from there. Or if you want to use the Github Integration you need to put your key inside the Dockerfile, this is the current solution.
