Press "Enter" to skip to content

Automating Docker Container Image Builds with GitHub Actions

Andrew Pruski doesn’t want to run a script:

This all seems a bit manual, doesn’t it?

What if we could automate the building of the image and the push to the container registry when we commit to the Github repository?

Thankfully, with Github Actions…we can do just that!

No more George Jetson-style button-pressing finger injuries for Andrew!