Skip to main content

Alessandro Minoccheri

Tag: docker

Push and Publish Docker Images With Github Actions

In many articles, I mentioned many times about using GitHub Actions because they are a good choice for a lot of reasons. Nowadays I can admit that there is another choice that I have explored and used a lot these days. What I mean is the functionality of pushing your docker image through your GitHub Actions during your CI process. You can read my article here: Push and Publish Docker Images With Github Actions