StarryPy / StarryPy3k

StarryPy on Python3k
Other
53 stars 35 forks source link

Provide official docker builds #151

Closed evonzee closed 1 year ago

evonzee commented 1 year ago

With my last PR I included a github action to build and push docker images to Dockerhub. To do so, you need three repository secrets:

With these settings, Github will create and push builds of any branch. If you tag your releases with semver tags (vx.y.z) it'll also tag them for you as x, x.y, and x.y.z. Otherwise, it'll just tag with branch names.

Would be great to use this to provide official images for users who want to run in Docker but don't need or want to mess around with Python versions/modules/etc.

rubellyte commented 1 year ago

Should now be available under medeor/starrypy3k.