Using Docker Containers with GitHub Actions

In this 10 minute video, I’ll show you two different ways I’ve used Docker containers inside of GitHub actions. This allows you to create more complex workflows, without having to specify individual steps. You can use ready-made images from the Docker Hub, or reuse tailor-made images that you’ve already created for your applications! You’ll learn: - What GitHub actions do, in brief - How to use a container for an entire workflow job - How to run a container in an individual job step - 0:00 Let’s get started - 0:41 Using a container for a whole job - 4:58 Running containers in a single step - 9:15 Wrapping up Follow me on Twitter! Join my newsletter, where I send out new information twice each month in the PHP, JavaScript, and Docker worlds:
Back to Top