Exploring Github Actions for Workflow Automation

g ithub a ctions n.w
1 / 12
Embed
Share

Learn how to leverage Github Actions for Continuous Integration/Continuous Deployment, creating custom actions, CI workflow examples, task automation, and creating custom actions with Docker. Discover the benefits of directly integrated workflows with Github and streamline your development process efficiently.

  • Github Actions
  • Automation
  • CI/CD
  • Workflow
  • Docker

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. GITHUB ACTIONS

  2. Overview What is Github Actions Using workflows Creating custom actions

  3. What is Github Actions Continuous Integration/Continuous Deployment Directly integrated with Github Much of the work is already done for you (reusability)

  4. CI Workflow Examples

  5. Github Task Automation examples . . . or anything else!

  6. How to add an workflow Insert a .yml file at {repository-name}/.github/workflows/ Define the following Name Workflow trigger What jobs to run

  7. Name Trigger Workflow file Jobs Action

  8. Creating a custom action (Docker) Action metadata file action.yml Dockerfile Action code entrypoint.sh

More Related Content