helios icon indicating copy to clipboard operation
helios copied to clipboard

GitHub Action for publishing Docker images

Open han16nah opened this issue 1 year ago • 0 comments

Problem

Currently, docker images have to be built locally and then pushed to DockerHub. This adds extra work to the release process and is prone to errors.

Solution

Create a GitHub Action to publish HELIOS++ docker images (with Python bindings for different Python versions) to DockerHub with every Release.

Additional context

  • https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

han16nah avatar Nov 01 '23 07:11 han16nah