GitHub Actions Tutorial – Basic Concepts and CI/CD Pipeline with Docker
Complete Github Actions Tutorial | GitHub Actions CI/CD | GitHub Actions Docker Build and Push | GitHub Actions Demo
βΊ Complete DevOps Bootcamp – full educational program ππΌ https://bit.ly/3gEwf4V
βΊ Follow me on IG for behind the scenes content: ππΌ https://bit.ly/2F3LXYJ
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.
#githubactions #github #cicd #techworldwithnana
β¬β¬β¬β¬β¬β¬ 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
β¬β¬β¬β¬β¬β¬ Useful Links π β¬β¬β¬β¬β¬β¬
My GitHub repository: βΊ https://github.com/nanuchi/my-project
GitLab repo with all relevant links: βΊ https://gitlab.com/nanuchi/youtube-tutorial-series/-/blob/master/github-actions/links.md
β¬β¬β¬β¬β¬β¬ Want to learn more? π β¬β¬β¬β¬β¬β¬
Full Docker and Kubernetes tutorial βΊ https://bit.ly/2YGeRp9
DevOps Tools, like Terraform, Prometheus βΊ https://bit.ly/2W9UEq6
Jenkins Pipeline Tutorials βΊ https://bit.ly/2Wunx08
YAML Tutorial βΊ https://youtu.be/1uFVr15xDGg
β¬β¬β¬β¬β¬β¬ Connect with me π β¬β¬β¬β¬β¬β¬
Join private Facebook group βΊ https://bit.ly/32UVSZP
DEV βΊ https://bit.ly/3h2fqiO
INSTAGRAM βΊ https://bit.ly/2F3LXYJ
TWITTER βΊ https://bit.ly/3i54PUB
LINKEDIN βΊ https://bit.ly/3hWOLVT
β¬β¬β¬β¬β¬β¬ Courses & Ebooks & Bootcamp π β¬β¬β¬β¬β¬β¬
βΊ Become a DevOps Engineer – full educational program ππΌ https://bit.ly/3gEwf4V
βΊ High-Quality and Hands-On Courses ππΌ https://bit.ly/3nIouPW
βΊ Kubernetes 101 – compact and easy-to-read ebook bundle ππΌ https://bit.ly/3mPIaiU
source
Leave us a comment Cancel reply
COMMON QUESTIONS
Categories
- Agile Coach
- ARTIFICIAL INTELLIGENCE
- Block chain
- Business Analyst BA
- DATA science
- Development
- Devops Automation
- Dotnet
- Education
- Free Job training and assistance
- Information
- Infrastructure automation
- Interview questions
- JAVA
- jobs
- Learn
- Machine learning
- Python Automation
- QA Automation
- RPA Automation
- SAP crm
- Scrum master Agile
- Skill
- UI Design
- Uncategorized
29 Comments
TechWorld with Nana
May 04, 2022 22:21 pmβ¬β¬β¬β¬β¬β¬ 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
β¬β¬β¬β¬β¬β¬ Useful Links π β¬β¬β¬β¬β¬β¬
My GitHub repository: βΊ https://github.com/nanuchi/my-project
GitLab repo with all relevant links: βΊ https://gitlab.com/nanuchi/youtube-tutorial-series/-/blob/master/github-actions/links.md
Orkhan Abbasov
May 04, 2022 22:21 pmThat's great lesson! Thank you for content πππ
NiGHTS
May 04, 2022 22:21 pmAmazing video Nana, thank you so much for all the hardwork you put into this one.
Mudiaga Moody
May 04, 2022 22:21 pmOf all the videos I watched to introduce me to GitHub actions, this one is by far the first one I completely understood what's going on in that yaml file. Wow! Excellent way to layout the material too. Thanks plenty
Tomasz Kaleczyc
May 04, 2022 22:21 pmFantastic content and delivery – much obliged! π
Douglas Fugazi
May 04, 2022 22:21 pmNana is the best teacher on the world. Thanks.
krige
May 04, 2022 22:21 pm31:57 when can we have the full course on GitHub actions? π
Ali Nazari
May 04, 2022 22:21 pmHelped me a lot! Many thanks. π
Anurag
May 04, 2022 22:21 pmThanks!
sagar jain
May 04, 2022 22:21 pmDoes checkout command mean that before doing any thing this automation things needs to see our code. So that it can run the things mentioned by us in the action section?
sagar jain
May 04, 2022 22:21 pmHey , at 7:16 what is the meaning of test,build, artifacts and deploy?
I just know that when I push the code files from the git bash. I write some commands and push the code files on the github repo.
Cesar Osbaldo Rodriguez Mora
May 04, 2022 22:21 pmawesome content
arjun sapkota
May 04, 2022 22:21 pmYou are awesome, can't thank you enough. It was super easy with your video.
Festus Udomoh
May 04, 2022 22:21 pmThe workflow for this video was highly structured. Thanks Nana.
Viren Raval
May 04, 2022 22:21 pmExcellent explanation, clears everything need to know for basics. Cheers!
Gabriel Mendoza
May 04, 2022 22:21 pmYouβre absolutely amazing, keep up the good work!!!
Vikramaditya Karanwal
May 04, 2022 22:21 pmHi Nana, Really wonderful video , can you please tell how do you make such lucid and explanatory presentations in your videos
News Go
May 04, 2022 22:21 pmGreat video! How to use GitHub action to control local machines? I cannot use the GitHub servers.
khurram bilal
May 04, 2022 22:21 pmHey Nana, Thanks for sharing. Waiting for the full course you are referring in the video, thank you!
naresh Kumar
May 04, 2022 22:21 pmPlease make a video to microservices with jwt token
Lincoln Almeida
May 04, 2022 22:21 pmthanks for sharing π
Jordi Gonzalez
May 04, 2022 22:21 pmThanks for your lessons. I greatly appreciate the support of graphs and schematics.
Galina Kaz
May 04, 2022 22:21 pmI love you videos so much Nana !
You explain so well and the graphic flows are so helpful
Mohammed Ibrahim, Oshari
May 04, 2022 22:21 pmnana you are the best
Erick Rodriguez Figueredo
May 04, 2022 22:21 pmGood videos as usually, I am become a fan of you channel . Keep with the great work.
Elnara Alakbarova
May 04, 2022 22:21 pmHello Nana, great video as always. Did you make the full video on GitHub Actions ? If yes could you please direct me where I can take it. Thank you
Vikram Gupta
May 04, 2022 22:21 pmGreat and helpful video… Many thanks
Learn with me
May 04, 2022 22:21 pmOMG! Thank you so much Nana
You're amazing. I'm learning a lot from you:)
You add so much value to the world
Keep it up
hariharan1981000
May 04, 2022 22:21 pmHow gitHub Actions differs from gitlab