mirror of
https://code.forgejo.org/docker/actions-toolkit.git
synced 2025-04-19 21:03:22 -04:00
No description
Some checks failed
buildx-lab-releases-json / generate (push) Waiting to run
buildx-lab-releases-json / open-pr (push) Blocked by required conditions
buildx-releases-json / generate (push) Waiting to run
buildx-releases-json / open-pr (push) Blocked by required conditions
compose-releases-json / generate (push) Waiting to run
compose-lab-releases-json / generate (push) Waiting to run
compose-lab-releases-json / open-pr (push) Blocked by required conditions
compose-releases-json / open-pr (push) Blocked by required conditions
docker-releases-json / generate (push) Waiting to run
docker-releases-json / open-pr (push) Blocked by required conditions
regclient-releases-json / generate (push) Waiting to run
test / test (20, ubuntu-22.04-arm) (push) Waiting to run
undock-releases-json / generate (push) Waiting to run
undock-releases-json / open-pr (push) Blocked by required conditions
regclient-releases-json / open-pr (push) Blocked by required conditions
test / test (18, ubuntu-22.04-arm) (push) Waiting to run
build / build (18) (push) Failing after 2s
build / build (20) (push) Failing after 2s
codeql / analyze (push) Failing after 4s
test / test (18, ubuntu-latest) (push) Failing after 2s
test / test (20, ubuntu-latest) (push) Failing after 2s
test / prepare-itg (push) Failing after 3s
validate / prepare (push) Failing after 3s
validate / validate (push) Has been skipped
test / test-itg (push) Has been skipped
Update `.github/docker-releases.json` |
||
---|---|---|
.github | ||
.yarn/plugins/@yarnpkg | ||
__mocks__/@actions | ||
__tests__ | ||
hack/dockerfiles | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
.yarnrc.yml | ||
codecov.yml | ||
dev.Dockerfile | ||
docker-bake.hcl | ||
jest.config.itg.ts | ||
jest.config.ts | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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:
- docker/bake-action
- docker/build-push-action
- docker/login-action
- docker/metadata-action
- docker/setup-buildx-action
- docker/setup-compose-action
- docker/setup-docker-action
- docker/setup-qemu-action
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