Toolkit for Docker (GitHub) Actions
Go to file
dependabot[bot] 83d366eb65
build(deps): bump @actions/cache from 3.2.1 to 3.2.2
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@3.2.2/packages/cache)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 07:38:56 +00:00
__mocks__/@actions chore: set license headers 2023-01-31 03:34:59 +01:00
__tests__ util: trimPrefix and trimSuffix methods 2023-07-06 16:15:15 +02:00
.github chore: set increase as versioning strategy 2023-08-08 05:52:54 +02:00
.yarn update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
hack/dockerfiles fix license headers 2023-03-02 15:39:25 +01:00
src buildx: build for local platform 2023-07-12 14:15:26 +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: allow disabled tests 2023-02-04 03:02:49 +01:00
.gitattributes update to Yarn 3.3.1 2023-01-30 03:22:04 +01: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: discard some specific yarn logs 2023-02-01 02:00:56 +01:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile chore: rename e2e to itg tests 2023-03-26 19:03:18 +02:00
docker-bake.hcl chore: set license headers 2023-01-31 03:34:59 +01:00
jest.config.itg.ts chore: rename e2e to itg tests 2023-03-26 19:03:18 +02:00
jest.config.ts run function to handle GitHub Action main and post runs 2023-02-21 08:18:56 +01:00
LICENSE LICENSE 2023-01-17 12:01:18 +01:00
package.json build(deps): bump @actions/cache from 3.2.1 to 3.2.2 2023-08-08 07:38:56 +00:00
README.md ci: move validate to a dedicated workflow 2023-03-26 19:03:34 +02:00
tsconfig.json docker: install and download methods for macos and windows 2023-03-02 15:39:24 +01:00
yarn.lock build(deps): bump @actions/cache from 3.2.1 to 3.2.2 2023-08-08 07:38:56 +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