BretFisher
docker-ci-automation
Shell

GitHub Actions automation examples with Docker's official actions

Last updated Jun 19, 2026
353
Stars
372
Forks
8
Issues
0
Stars/day
Attention Score
89
Language breakdown
No language data available.
Files click to expand
README

Automation with Docker for CI Workflows

Lint Code Base

For Docker Community All Hands 2022

All-Hands Automation with Docker

Watch the walkthrough of this repo: https://www.youtube.com/watch?v=aZzV6X7XhyI

See this repositories' .github/workflows directory for the below example workflows, ordered by number, simple to complex.

These examples are focused on five of Docker's official GitHub Actions.

These examples are based on three workflow diagrams on progressively more complex automation pipelines:

I also have a LIVE course on learning GitHub Actions for DevOps automation and Argo CD for GitOps-style deployments.

Example Workflows

  • Basic Docker build
  • Adding BuildKit cache
  • Adding multi-platform builds
  • Adding metadata to images
  • Adding comments with image tags to PRs
  • Adding CVE scanning
  • Adding CVE security reporting
  • Adding unit testing
  • Adding integration testing
  • Adding Kubernetes smoke tests
  • Adding job parallelizing for mucho speed

GitHub Actions shown in these examples

This repository is part of my example DevOps repos on GitHub Actions

More reading

Docker Build/Push Action advanced examples My full list of container examples and tools

🎉🎉🎉 Join my container DevOps community 🎉🎉🎉

🔗 More in this category

© 2026 GitRepoTrend · BretFisher/docker-ci-automation · Updated daily from GitHub