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
▬▬▬▬▬▬ 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
That's great lesson! Thank you for content 👍👍👍
Amazing video Nana, thank you so much for all the hardwork you put into this one.
Of 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
Fantastic content and delivery – much obliged! 🙂
Nana is the best teacher on the world. Thanks.
31:57 when can we have the full course on GitHub actions? 🙂
Helped me a lot! Many thanks. 🎉
Thanks!
Does 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?
Hey , 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.
awesome content
You are awesome, can't thank you enough. It was super easy with your video.
The workflow for this video was highly structured. Thanks Nana.
Excellent explanation, clears everything need to know for basics. Cheers!
You’re absolutely amazing, keep up the good work!!!
Hi Nana, Really wonderful video , can you please tell how do you make such lucid and explanatory presentations in your videos
Great video! How to use GitHub action to control local machines? I cannot use the GitHub servers.
Hey Nana, Thanks for sharing. Waiting for the full course you are referring in the video, thank you!
Please make a video to microservices with jwt token
thanks for sharing 🙂
Thanks for your lessons. I greatly appreciate the support of graphs and schematics.
I love you videos so much Nana !
You explain so well and the graphic flows are so helpful
nana you are the best
Good videos as usually, I am become a fan of you channel . Keep with the great work.
Hello 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
Great and helpful video… Many thanks
OMG! 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
How gitHub Actions differs from gitlab