In our first post in our series on CI/CD we went over some of the high level best practices for using Docker. We have just released a V2 of our GitHub Action to make using the Cache easier as well!
I can then add this and my username as secrets into the GitHub secrets UI: Great we can now start to set up our action workflow to build and store our images in Hub. In this CI flow I am using two Docker actions, the first allows me to log in to Docker Hub using my secrets store in my GitHub Repository.
To start I am going to clone my previous GitHub action and add back in our previous logic for all pushes.