GitHub Actions (original) (raw)

Docker Build GitHub Actions

GitHub Actions is a popular CI/CD platform for automating your build, test, and deployment pipeline. Docker provides a set of official GitHub Actions for you to use in your workflows. These official actions are reusable, easy-to-use components for building, annotating, and pushing images.

The following GitHub Actions are available:

Using Docker's actions provides an easy-to-use interface, while still allowing flexibility for customizing build parameters.

If you're looking for examples on how to use the Docker GitHub Actions, refer to the following sections:

TheIntroduction to GitHub Actions with Docker guide walks you through the process of setting up and using Docker GitHub Actions for building Docker images, and pushing images to Docker Hub.