actions-toolkit
actions-toolkit copied to clipboard
Toolkit for Docker (GitHub) Actions
Update `.github/docker-releases.json` to keep in sync with [https://github.com/moby/moby](https://github.com/moby/moby).
related to: * https://github.com/docker/actions-toolkit/pull/324 * https://github.com/docker/actions-toolkit/pull/307 For the first milestone of GHA build summary we are exporting the `.dockerbuild` and `summary.json` files using an external-build tool. In the next milestone,...
* ~needs https://github.com/docker/actions-toolkit/pull/307~
Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 10.4.0 to 13.2.1. Release notes Sourced from @octokit/plugin-rest-endpoint-methods's releases. v13.2.1 13.2.1 (2024-04-30) Bug Fixes types: export Api (#740) (703ebf8) v13.2.0 13.2.0 (2024-04-29) Features Copilot usage metrics for...
Bumps [@octokit/core](https://github.com/octokit/core.js) from 5.1.0 to 6.1.2. Release notes Sourced from @octokit/core's releases. v6.1.2 6.1.2 (2024-04-09) Bug Fixes pkg: add default fallback and types export (#673) (af3d390), closes #665 #667 v6.1.1...
Similar to https://github.com/crazy-max/ghaction-setup-docker/pull/53#issuecomment-1923467713, no virt on macOS arm :cry:. https://github.com/docker/actions-toolkit/actions/runs/8828949944/job/24238960153?pr=316#step:6:332 ``` /opt/homebrew/bin/limactl start --name=docker-actions-toolkit --cpus 4 --memory 8 time="2024-04-25T07:55:11Z" level=warning msg="provisioning scripts should not reference the LIMA_CIDATA variables" time="2024-04-25T07:55:11Z" level=info...
### Summary I run [act](https://github.com/nektos/act) locally to develop and debug GitHub Actions workflows that build and deploy images. This has worked well in the past but I’m now encountering an...
Currently to copy image from one registry to another without rebuild, `build-push-action` relies on `docker buildx imagetools` management command. Ref: https://docs.docker.com/build/ci/github-actions/copy-image-registries/ and https://github.com/docker/build-push-action/issues/762 If actions-toolkit has the necessary support for...
- Allow for an existing access token to be used to not duplicate login/access token calls - Remove "all tags" function with loop to return all tags _This is a...