In this GitHub Actions Tutorial we go through the following topics:
First I explain what GitHub Actions actually is and we will look at specific developer workflow use cases that you can automate with GitHub Actions .
After that I explain the basic concepts of GitHub Actions, including the GitHub Events and Actions and workflow and HOW GitHub Actions actually automates these workflows using these components.
Having understood what GitHub Actions solves and how it makes it possible, I will go through the most common workflow, which is CI/CD pipeline.
I will explain shortly why it is not just another ci/cd tool or what are the benefits of GitHub Actions ci cd pipeline.
Finally we will go through a hands-on DEMO, where I explain the syntax of github actions workflow file, and then I show you a complete ci pipeline setup with my example Java Gradle project, which we will build into a Docker Image and push to a private Docker repository on DockerHub.

▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬

  • 0:00 - Intro
  • 01:03 - What is Github Actions?
  • 01:29 - What are developer workflows? Use Cases for GitHub Actions
  • 04:50 - Basic Concepts of GitHub Actions: How GitHub Actions automates those workflows? GitHub Events & Actions
  • 06:41 - GitHub Actions CI/CD
  • 07:18 - Why another CI/CD Tool - Benefits of Github Actions
  • 09:50 - DEMO - Create CI Workflow or Pipeline
  • 13:04 - Syntax of Workflow File
  • 20:40 - Where does this Workflow Code run? GitHub Action Runner
  • 24:35 - Build Docker Image and push to private Docker Repo

#github #docker #devops

GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
3.55 GEEK