Simple CI pipeline for monorepo using GitHub Actions and Docker

This article explains how to build a simple CI using Github Actions. It involves triggering the workflow only on version file changes, parsing the image names and then building, tagging and pushing the images to the Docker registry. Read more

Similar