Building Containers With GitHub Actions
I have recently been on the lookout for a way to automate the process by which my Docker containers are pushed to Docker Hub. In the past I would have used Travis or Azure Pipelines; however, GitHub made its Actions available some time ago, and I wanted to make use of this new feature. I thought it would be worth sharing my experiences with this new GitHub feature and giving you some insights into how I used it to build and publish my containers. »