Setup a CI/CD pipeline using Github Actions, Docker
GitHub Actions is GitHub’s new build server, just like Gitlab’s gitlab pipeline. It allows you to automate your workflow directly from your GitHub repository, without having to configure and manage a third-party server like jenkins, Bamboo, CircleCI. For example, we can define an action that allows us to build our project and run a set … Read more