Building Custom Docker Image With Github Actions

This post will explain the process I followed to achieve an automated deployment of a Docker Hub image with version numbers. You will need to have a few things in order before we can get started GitHub Account Docker Hub Account Podman Installation Creating Website Files Create your project directory wherever you prefer. For this tutorial I’ll be using ~/Projects/container-demo for the project folder. In your terminal, navigate to this project folder and create a content folder....

July 21, 2021 · 5 min · David Spencer