docker-ansible
docker-ansible copied to clipboard
Enhance Publishing Mechanism with GitHub Actions
I had a discussion with @giant995 and we would like to improve how the images are published to docker hub.
As part of a larger project, we started converting the image from alpine to non alpine (easier to maintain) here: https://github.com/GabLeRoux/docker-ansible/pull/62
- Create a new GitHub Action workflow to automate the release process.
- Ensure the workflow builds the Docker image, tags it appropriately, and pushes it to DockerHub and GitHub Container Registry.
- Add automated tests to verify the Docker image before publishing.
This also relates to #64