Build and Publish Container Images using GitHub Actions
And we’re back! 👋 In this blog post we will be looking at building and publishing a container image to GitHub Packages using GitHub Actions! I recently revisited an old project of mine; now called speeder. It’s a Python script to monitor your internet speed and send the results to InfluxDB. The results can then be visualised in Grafana. I originally created this script during the Coronavirus lockdowns whilst internet usage was high and essential for work. Since that time, I’ve learned a lot about CI/CD and noticed I hadn’t automated the build and publish process of the container image! 😬 Time to fix that! 👷 ...