Toolkit for Docker (GitHub) Actions
  • TypeScript 95.4%
  • HCL 1.8%
  • JavaScript 1.6%
  • Dockerfile 1.2%
Find a file
CrazyMax 57aacc319c
Merge pull request #977 from crazy-max/github-split
github: move artifact and summary logic to dedicated classes
2026-02-05 13:42:13 +01:00
.github github: update .github/docker-releases.json 2026-02-03 00:44:11 +00:00
__mocks__/@actions github: set attempts to workflowRunURL 2024-05-27 19:57:40 +02:00
__tests__ github: move artifact and summary logic to dedicated classes 2026-02-05 13:31:13 +01:00
hack/dockerfiles dockerfile: update addlicense to v1.1.1 2025-01-13 14:29:17 +01:00
src github: move artifact and summary logic to dedicated classes 2026-02-05 13:31:13 +01:00
.dockerignore update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.editorconfig initial implementation 2023-01-17 12:07:05 +01:00
.gitattributes oci: loadArchive to import an index from a tar archive image bundle 2024-05-29 11:11:12 +02:00
.gitignore update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.prettierignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.prettierrc.json initial implementation 2023-01-17 12:07:05 +01:00
.yarnrc.yml update yarn to 4.9.2 2025-08-06 12:41:29 +02:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile update buildkit to 0.27.1 and buildx to 0.31.1 2026-01-29 12:37:15 +01:00
docker-bake.hcl ci: use trusted publishing to publish our npm package 2025-12-18 12:05:50 +01:00
eslint.config.cjs switch to ESM and update config/test wiring 2026-01-28 10:35:34 +01:00
jest.config.cjs map @actions/glob to real entrypoint in Jest configs 2026-01-30 11:04:15 +01:00
jest.config.itg.cjs map @actions/glob to real entrypoint in Jest configs 2026-01-30 11:04:15 +01:00
LICENSE LICENSE 2023-01-17 12:01:18 +01:00
package.json align @azure/storage-blob version with @action/cache 2026-01-30 11:04:15 +01:00
README.md readme: add setup-compose-action 2025-01-28 09:54:45 +01:00
tsconfig.json switch to ESM and update config/test wiring 2026-01-28 10:35:34 +01:00
tsconfig.test.json let ts-jest transform JS and allow JS in tests 2026-01-28 15:06:20 +01:00
yarn.lock build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 2026-01-30 23:28:48 +00:00

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