Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GitHub Actions Tutorial - Basic Concepts and CI-CD Pipeline with Docker
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - What is Github Actions?
- 3 - 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