Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added github workflow to publish the docker image. Runs test suit as a sanity check. * Update update-docker-image.yml * Update update-docker-image.yml * Update update-docker-image.yml * Update update-docker-image.yml * added builds for all python versions. * syntax * formatting remove spaces. * testing * shuffle the image name concatenation. * need to references from steps level * need to references from steps level * Fix docker args. hyphens are illegal it seems. * WIP. need to version upstream deps like thet base dp lib from google. Otherwise all our stuff will break unexpectedly. Better to formally pull in deps. However, I see doesn't have any releases yet. * Clone submodules as well so we can peg to a SHA and not break unexpectedly. Include python 3.5 in build images * remove 3rd party from ignore and clone the submodule instead. * Remove cloning 3rd party deps as it was not pegged to a SHA or version. Using git submodule to ensure we pull in the correct version of 3rd code. * explicity stated the pipenv place the venv inside the project dir. Set env vars to the appropriate virtual env so users can simply run * updated python version arg to upper case * remove debugging * debugging GITHUB_SHA * debugging GITHUB_SHA * removed debugging * added docker publish stuff * added third_party yet again to docker file It made sense, as people using docker for development already have third-party folder cloned. * disabled docker hub push on every release Co-authored-by: Chinmay Shah <[email protected]>
- Loading branch information