Toolkit for Docker (GitHub) Actions
Go to file
dependabot[bot] 0bd3773680
build(deps): bump semver and @types/semver
Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together.

Updates `semver` from 7.5.4 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0)

Updates `@types/semver` from 7.5.1 to 7.5.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/semver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 22:58:39 +00:00
__mocks__/@actions chore: set license headers 2023-01-31 03:34:59 +01:00
__tests__ bake: additional opts when parsing definition 2024-04-02 09:45:56 +02:00
.github github: update .github/docker-releases.json 2024-03-22 00:21:07 +00:00
.yarn chore: update yarn to 3.6.3 2023-09-07 09:29:22 +02:00
hack/dockerfiles fix license headers 2023-03-02 15:39:25 +01:00
src bake: add shm-size and ulimits to target struct 2024-04-02 09:45:56 +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: ignore unresolved @octokit/openapi-types module 2023-10-13 13:52:41 +02: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: update yarn to 3.6.3 2023-09-07 09:29:22 +02:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile dockerfile: bump buildx to 0.13.1 and docker to 26.0.0 2024-03-26 10:14:17 +01:00
docker-bake.hcl chore: set license headers 2023-01-31 03:34:59 +01:00
jest.config.itg.ts test: use testResultsProcessor to check if all tests are skipped 2024-02-05 10:20:52 +01:00
jest.config.ts test: use testResultsProcessor to check if all tests are skipped 2024-02-05 10:20:52 +01:00
LICENSE LICENSE 2023-01-17 12:01:18 +01:00
package.json build(deps): bump semver and @types/semver 2024-04-03 22:58:39 +00:00
README.md ci: move validate to a dedicated workflow 2023-03-26 19:03:34 +02:00
tsconfig.json chore: update dev dependencies 2023-09-07 10:05:35 +02:00
yarn.lock build(deps): bump semver and @types/semver 2024-04-03 22:58:39 +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