Toolkit for Docker (GitHub) Actions
Go to file
dependabot[bot] 983de45621
build(deps): bump peter-evans/create-pull-request from 7.0.0 to 7.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](4320041ed3...8867c4aba1)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 23:03:36 +00:00
__mocks__/@actions github: set attempts to workflowRunURL 2024-05-27 19:57:40 +02:00
__tests__ buildx: use Buffer for base64 encoding of the Dockerfile 2024-08-07 20:29:42 +02:00
.github build(deps): bump peter-evans/create-pull-request from 7.0.0 to 7.0.1 2024-09-05 23:03:36 +00:00
.yarn/plugins/@yarnpkg chore: use corepack to install yarn 2024-04-29 13:39:36 +02:00
hack/dockerfiles fix license headers 2023-03-02 15:39:25 +01:00
src buildx: use Buffer for base64 encoding of the Dockerfile 2024-08-07 20:29:42 +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
.eslintignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.eslintrc.json chore: update dev dependencies 2024-05-07 12:34:45 +02: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 chore: use corepack to install yarn 2024-04-29 13:39:36 +02:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile update buildx to 0.16.2, buildkit to 0.15.1 2024-07-25 17:26:29 +02:00
docker-bake.hcl chore: set license headers 2023-01-31 03:34:59 +01:00
jest.config.itg.ts jest: keep original github env vars for integration tests 2024-06-18 10:59:04 +02:00
jest.config.ts github: set attempts to workflowRunURL 2024-05-27 19:57:40 +02:00
LICENSE LICENSE 2023-01-17 12:01:18 +01:00
package.json build(deps): bump @actions/http-client from 2.2.2 to 2.2.3 2024-08-22 22:12:11 +00:00
README.md ci: move validate to a dedicated workflow 2023-03-26 19:03:34 +02:00
tsconfig.json tsconfig: switch to es6 target 2024-04-22 15:10:34 +02:00
yarn.lock Merge pull request #431 from docker/dependabot/npm_and_yarn/actions/http-client-2.2.3 2024-09-02 16:40:21 +02: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