cms-ml / cmsml

Python Package of the CMS Machine Learning Group
https://cmsml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

Automate image build and deploy process with actions. #2

Closed riga closed 4 years ago

riga commented 4 years ago

This PR removes the manual build script located in docker/ and adds new GitHub actions that build and deploy all images to dockerhub. This behavior is triggered on every new tag or when the workflow is started manually via workflow_dispatch events.

Also, pip install commands in the dockerfiles now use --no-cache-dir to reduce image sizes.