From the course: Docker for Developers: Create and Manage Docker Containers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Challenge: Implementing a GitHub workflow - Docker Tutorial
From the course: Docker for Developers: Create and Manage Docker Containers
Challenge: Implementing a GitHub workflow
- [Narrator] It is time for your final challenge. In this challenge, you'll implement and customize a GitHub workflow. Here are your challenge tasks. First, I want you to use the code branch for this video, which is 08-05. The Docker workflow file has been deleted. Create a new file named docker-image.yml in the GitHub workflows folder. Copy and paste the code from the cheat sheet. Update the Docker workflow file to make it work with your own Docker credentials. And note that we're now using version six of the image. Commit and push your work. Create a poll request and use the main branch in your fork as the base. Compare it to the 08-05 branch. View the workflow run as part of the poll request process. And finally, verify that version six of the image has been updated in Docker Hub. And that's it. This challenge should take approximately five to 10 minutes. Good luck and in the next video, I'll show you how I…
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
Integrating Docker into CI/CD pipelines2m 10s
-
Adding a GitHub Actions workflow3m 7s
-
(Locked)
Creating secrets in your GitHub repository2m 36s
-
(Locked)
Running the GitHub workflow2m 40s
-
(Locked)
Challenge: Implementing a GitHub workflow1m 13s
-
(Locked)
Solution: Implementing a GitHub workflow2m 51s
-
(Locked)
-