setup-buildx-action
setup-buildx-action copied to clipboard
GitHub Action to set up Docker Buildx
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 Commits See full diff in...
### Behaviour #### Steps to reproduce this issue 1. Use buildx 2. Warning appears in Github Actions when post-build tries to clean up the builder #### Expected behaviour > If...
fixes #122 Signed-off-by: CrazyMax
If the action is configured to install buildx by default using the input then docker buildx sets up docker build as an alias for buildx making all docker build calls...
follow-up https://github.com/docker/build-push-action/issues/482 Since docker/buildx#672 BuildKit state is saved in a named volume. We should be able to cache it and mount it back. This would require the possiblity to name...
If I were to configure a pool of buildx agents on a Kubernetes cluster ahead of time, is there a way to basically tell this action to use those instead...
### Behaviour #### Steps to reproduce this issue 1. Add a step to workflow which uses this action and run it on a self-hosted runner. 2. Once workflow finishes login...
There are certain scenarios where QEMU performance is simply terrible. A much performant approach is to use multiple native buildx ~builders~ nodes. We can already do it using a bash...
fixes #115 fixes https://github.com/docker/build-push-action/issues/671 ~needs #162 #163 #164~ adds `append` input to be able to append additional nodes to the builder that is going to be created in the form...
### Behaviour #### Steps to reproduce this issue 1. Setup this job generally. 2. Append a remote builder as discussed on (https://github.com/docker/setup-buildx-action/issues/115). Especially, using [this shortcut](https://github.com/marketplace/actions/append-buildx-nodes) on [the comment](https://github.com/docker/setup-buildx-action/issues/115#issuecomment-1016506603). 3....