dagster-io / dagster-cloud-action

Apache License 2.0
12 stars 18 forks source link

Environment variables cannot be passed to the docker build step #137

Closed mjclarke94 closed 1 year ago

mjclarke94 commented 1 year ago

Github secrets can be used to pass variables in to various stages of the build, but there is no pass-through to the docker build.

We have a private pypi feed which needs to be configured to work with poetry as part of our build, so we need to be able to pass this through as a secret to the docker build step.

mjclarke94 commented 1 year ago

Closing as the new workflow resolves this!