Toolkit for Docker (GitHub) Actions https://www.npmjs.com/package/@docker/actions-toolkit
  • TypeScript 96.3%
  • HCL 1.7%
  • Dockerfile 1.2%
  • JavaScript 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
CrazyMax 9b67686090
Merge pull request #1270 from docker/dependabot/npm_and_yarn/sigstore/verify-4.1.2
build(deps): bump @sigstore/verify from 4.1.0 to 4.1.2
2026-08-13 15:07:26 +02:00
.github Merge pull request #1273 from docker/bot/docker-releases-json 2026-08-13 15:06:59 +02:00
__tests__ chore(deps): update Cosign version to v3.1.3 2026-08-06 13:33:23 +00:00
hack/dockerfiles dockerfile: update addlicense to v1.2.0 2026-02-27 11:43:14 +01:00
src sigstore: make rekor v2 signing opt-in 2026-07-22 16:29:19 +02: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 remove uneeded dev dependencies 2026-02-27 10:28:56 +01:00
.prettierignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.prettierrc.json migrate to eslint v9 flat config 2026-02-27 11:31:18 +01:00
.yarnrc.yml update yarn to 4.15.0 2026-05-28 14:29:08 +02:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile chore(deps): update Compose version to v5.4.0 2026-08-09 14:07:04 +00:00
docker-bake.hcl ci: use trusted publishing to publish our npm package 2025-12-18 12:05:50 +01:00
eslint.config.mjs migrate to eslint v9 flat config 2026-02-27 11:31:18 +01:00
LICENSE
package.json build(deps): bump @sigstore/verify from 4.1.0 to 4.1.2 2026-08-09 14:08:32 +00:00
README.md readme: add setup-compose-action 2025-01-28 09:54:45 +01:00
tsconfig.json migrate to vitest/eslint-plugin 2026-02-27 01:45:08 +01:00
tsconfig.test.json test: inline mocks in unit test setup 2026-02-27 03:02:00 +01:00
vitest.config.itg.ts test: restore all-skipped coverage guard with custom reporter 2026-02-27 12:24:36 +01:00
vitest.config.ts test: restore all-skipped coverage guard with custom reporter 2026-02-27 12:24:36 +01:00
yarn.lock build(deps): bump @sigstore/verify from 4.1.0 to 4.1.2 2026-08-09 14:08:32 +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