Skip to content

docker/actions-toolkit

Folders and files

NameName
Last commit message
Last commit date
Aug 2, 2024
Apr 29, 2024
May 27, 2024
Aug 7, 2024
Mar 2, 2023
Aug 7, 2024
Jan 30, 2023
Jan 17, 2023
Feb 1, 2023
May 7, 2024
May 29, 2024
Jan 30, 2023
Feb 1, 2023
Jan 17, 2023
Apr 29, 2024
Jan 17, 2023
Mar 26, 2023
Jan 17, 2023
Jul 25, 2024
Jan 31, 2023
Jun 18, 2024
May 27, 2024
Aug 1, 2024
Apr 22, 2024
Aug 1, 2024

Repository files navigation

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