docker-ansible icon indicating copy to clipboard operation
docker-ansible copied to clipboard

Enhance Publishing Mechanism with GitHub Actions

Open GabLeRoux opened this issue 1 year ago • 0 comments

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

GabLeRoux avatar May 30 '24 14:05 GabLeRoux