How to Build A Docker Image and Publish To Docker Hub with Github Actions
In this post we will understand how to create a docker image and upload it to Docker Hub using Github actions. Workflow To understand the basics of how to work with Github Actions workflow yaml (.yml) file, you can read through the post: GitHub Actions workflow to enable a simple...