docker/actions-toolkit

Toolkit for Docker (GitHub) Actions

105

stars

2,437

commits

TypeScript

primary language

Sep 4, 2026

updated

www.npmjs.com/package/@docker/actions-toolkit
buildkit
buildx
docker
github
github-actions
toolkit
Browse cluster: Docker and GitHub Actions tooling

README

Version Downloads Build workflow Test workflow Validate workflow Codecov

Actions Toolkit

Toolkit for Docker (GitHub) Actions.

:test_tube: Experimental

This repository is considered EXPERIMENTAL and under active development until further notice. It is subject to non-backward compatible changes or removal in any future version.

About

This repository contains the source code for the toolkit that is consumed as a library by most of our GitHub Actions:

This toolkit provides some utilities and common logic when developing GitHub Actions and also acts as a minimal wrapper around our build tooling such as Buildx and BuildKit and provides an easier API for interacting with them.

Installation

$ npm install @docker/actions-toolkit

Usage

const { Toolkit } = require('@docker/actions-toolkit/lib/toolkit')
const toolkit = new Toolkit()

Contributing

Want to contribute to the Actions Toolkit? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md

Contributors

crazy-max

2,006 commits

dependabot[bot]

267 commits

tonistiigi

56 commits

docker/actions-toolkit

Toolkit for Docker (GitHub) Actions

105

stars

2,437

commits

TypeScript

primary language

Sep 4, 2026

updated

www.npmjs.com/package/@docker/actions-toolkit
buildkit
buildx
docker
github
github-actions
toolkit
Browse cluster: Docker and GitHub Actions tooling

README

Version Downloads Build workflow Test workflow Validate workflow Codecov

Actions Toolkit

Toolkit for Docker (GitHub) Actions.

:test_tube: Experimental

This repository is considered EXPERIMENTAL and under active development until further notice. It is subject to non-backward compatible changes or removal in any future version.

About

This repository contains the source code for the toolkit that is consumed as a library by most of our GitHub Actions:

This toolkit provides some utilities and common logic when developing GitHub Actions and also acts as a minimal wrapper around our build tooling such as Buildx and BuildKit and provides an easier API for interacting with them.

Installation

$ npm install @docker/actions-toolkit

Usage

const { Toolkit } = require('@docker/actions-toolkit/lib/toolkit')
const toolkit = new Toolkit()

Contributing

Want to contribute to the Actions Toolkit? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md

Contributors

crazy-max

2,006 commits

dependabot[bot]

267 commits

tonistiigi

56 commits

Languages

TypeScript

96.4%

HCL

1.7%

Dockerfile

1.1%