Building Multiple Docker Images Using Automatic Versioning Using GitHub Actions
Introduction I鈥檓 working on a project where I鈥檓 migrating an Azure Pipeline to GitHub Actions. So far I鈥檝e found the GitHub Actions very intuitive to work with and it was a very easy transition from Azure Pipelines. One requirement was to increase the version with every build. In the previous setup they were using the build ID, but I鈥檓 an advocate of always using semantic versioning if possible, so I wondered if this could be done using the GitHub Actions. ...