From the course: GitHub Actions for CI/CD

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Solution: Develop a container image workflow

Solution: Develop a container image workflow - GitHub Tutorial

From the course: GitHub Actions for CI/CD

Solution: Develop a container image workflow

(upbeat music) - [Instructor] To solve this challenge, we need to set up a CI/CD pipeline for a container image. The key to our solution is to use a workflow located in a different repo. I've created two repos and I have them open in different browser tabs. In this, the first repo, I've updated the README with the requirements for repo one. I'll come back to this repo to add the Integration workflow. In the second repo, I've added the exercise files with the Python code for the API. This is where I'll add the workflow with a complete pipeline that runs integration tests before building and publishing the container image. So let's start by getting the Integration workflow in place. I'll go back to tab one, and click Actions to start adding the workflow. Now, typically, if we have code in our repository, GitHub will suggest workflows that we can use. But because I don't have any code in this repo, I'm just getting some…

Contents