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
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Add Docker build and push to github actions (#11555)
* Add github action for dockerhub deployment
* Add VCS_REF and BUILD_DATE as buildargs for docker image
* deploy docker images also based on tag
* move docker deployment to it's own github action so it can be parallelized
* remove unnecesary OS check in the docker deployment script
* adding initial steps of checkout and basic toolchain for docker github action
* Update deploy-docker.yml
Remove unnecesary line for checkout sources on deploy docker script
* remove build args from deploy docker script
* Update deploy-docker.yml
0 commit comments