Building and pushing – Use Github Actions to build and push Docker images
One can use Github Actions as CI/CD tool to build and push your Docker images from your repositories Dockerfile and to your Docker image registry of choice. You may want to use shell commands for that but there is a more refined way to do it in Github Actions, using existing Action Modules.
Read More »Building and pushing – Use Github Actions to build and push Docker images