You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to allow environment variables to be passed to docker's build context, so that deployment time logic (like versions, tags, etc) can be baked into the final image
The text was updated successfully, but these errors were encountered:
Hi,
This sounds useful.
You should be able to workaround this by adding an extra step to your workflow which creates a .balena/balena.yml file inside the project's directory and defining the build time env vars/secrets there.
It would be helpful to allow environment variables to be passed to docker's build context, so that deployment time logic (like versions, tags, etc) can be baked into the final image
The text was updated successfully, but these errors were encountered: