Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removing full requirements from setup.py and only installing in github action tests and docker * fixing path to requirements file * added github action for pushing to pypi upon github release * removing releasing to testpypi * added gh action for pushing docker to gcr and ghcr * github actions cannot use both uses and run, removing the uses * fixing gh action to remove with and use env for a run * changed hardcoded username for docker login to gh secret * temporarily changing version to test out gh actions * Changing trigger to push: tags: to try to auto kick off on tagging a release * Changing trigger to be on push: tags: to try to get this auto deployed * removing the creation of a github release from the action - we are already making a release from the UI which triggers this, no need * adding gcloud auth for docker to support pushing to gcr * upping version to retest gh action * trying docker prune to avoid running out of disk issues --------- Co-authored-by: Alexander Baumann <[email protected]>
- Loading branch information