Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 411 Bytes

actions.md

File metadata and controls

7 lines (4 loc) · 411 Bytes

Github Actions (1 hour)

The goal of this exercise is to show you how to create a CI/CD Pipeline for containerized applications.
For this Lab, we will use the automation platform of Github, called Github Actions.

At the end of the exercise, should have added a Github Actions YAML file to your repository and on each commit and push to the master branch, a new Docker image should be built automatically.