Toolkit for Docker (GitHub) Actions
Go to file
CrazyMax d727f06dc0
Merge pull request #864 from crazy-max/buildkit-0.26.2
update buildkit to 0.26.2 and buildx to 0.30.1
2025-11-20 16:35:48 +01:00
.github update buildkit to 0.26.2 and buildx to 0.30.1 2025-11-20 14:18:28 +01:00
__mocks__/@actions
__tests__ sigstore: remove @actions/attest dependency 2025-11-05 11:11:57 +01:00
hack/dockerfiles
src sigstore: remove verbose flag from persisted cosign args 2025-11-12 14:44:23 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.prettierignore
.prettierrc.json
.yarnrc.yml
LICENSE
README.md
codecov.yml
dev.Dockerfile update buildkit to 0.26.2 and buildx to 0.30.1 2025-11-20 14:18:28 +01:00
docker-bake.hcl
jest.config.itg.ts
jest.config.ts
package.json build(deps): bump @sigstore/sign from 3.1.0 to 4.0.1 2025-11-05 11:16:10 +00:00
tsconfig.json
yarn.lock build(deps): bump @sigstore/sign from 3.1.0 to 4.0.1 2025-11-05 11:16:10 +00:00

README.md

Version Downloads Build workflow Test workflow Validate workflow Codecov

Actions Toolkit

Toolkit for Docker (GitHub) Actions.

🧪 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