In this talk I shared and showcase how to implement a CI/CD pipeline with open source GitHub action components. The audience may use the presented open source examples to build their own CI/CD pipelines based on open source GitHub action components.
are just code in a repository, so you can create, share, reuse, and fork your software development practices. @lothar_schulz GitHub Actions Continuous Delivery 101 | ScaleUp 360° Continuous Delivery Europe | Lothar Schulz | 2020 06 10 https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/
Continuous Delivery Europe | Lothar Schulz | 2020 06 10 Jobs can run at the same time in parallel or be dependent on the status of a previous job and run sequentially. build-and-dockerhub-push-if-linux: needs: [benchmark, test]