- What are developer workflows? Use Cases for GitHub Actions
4
- Basic Concepts of GitHub Actions: How GitHub Actions automates those workflows? GitHub Events & Actions
5
- GitHub Actions CI/CD
6
- Why another CI/CD Tool - Benefits of Github Actions
7
- DEMO - Create CI Workflow or Pipeline
8
- Syntax of Workflow File
9
- Where does this Workflow Code run? GitHub Action Runner
10
- Build Docker Image and push to private Docker Repo
Description:
Learn the fundamentals of GitHub Actions and how to implement a CI/CD pipeline with Docker in this comprehensive tutorial. Explore the basic concepts, including GitHub Events and Actions, and understand how GitHub Actions automates developer workflows. Discover the benefits of using GitHub Actions for CI/CD and follow along with a hands-on demonstration. Create a CI workflow, understand the syntax of workflow files, and learn how to build and push Docker images to a private repository. Gain practical knowledge to enhance your development process and streamline your workflows using GitHub Actions.
GitHub Actions Tutorial - Basic Concepts and CI-CD Pipeline with Docker