Building the Docker Image
It would be nice to implement an automated workflow (likely using GitHub Actions) to ensure our Docker file builds successfully. The goal is to ensure that the Dockerfile leads to a successful build. Another goal would be to use this workflow when making changes to the Dockerfile, to ensure things don't break.
Need to search for, and implement a Docker related GitHub Actions workflow.
And then add it to our CI pipeline.
Deploying Docker Image
As a follow-on, it might be nice to deploy the docker image somewhere (like Docker Hub, GitHub registry, etc) so people can use it more widely.
There might be a separate GitHub Actions workflow for this as well. The action would be triggered by releases (instead of pushes / merges).
Building the Docker Image
It would be nice to implement an automated workflow (likely using GitHub Actions) to ensure our Docker file builds successfully. The goal is to ensure that the Dockerfile leads to a successful build. Another goal would be to use this workflow when making changes to the Dockerfile, to ensure things don't break.
Need to search for, and implement a Docker related GitHub Actions workflow.
And then add it to our CI pipeline.
Deploying Docker Image
As a follow-on, it might be nice to deploy the docker image somewhere (like Docker Hub, GitHub registry, etc) so people can use it more widely.
There might be a separate GitHub Actions workflow for this as well. The action would be triggered by releases (instead of pushes / merges).