mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-06-09 05:06:43 +00:00
f3204bbfac52be67df5a81968a2635634d8ea24f
528 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f3204bbfac |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
4ba329ef89 |
Remove aliases created by buildx when installing by default
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 use the buildx builder instead of traditional builders. The action didn't perform cleanup in this case to uninstall the aliases which meant that any future workflows running on same GitHub Actions runner would get the buildx builders even if it did not explicitly request it. This commit tracks if the aliases were installed and removes them during post step of the action if so. Signed-off-by: Ashhar Hasan <hashhar_dev@outlook.com> |
||
|
|
e600775e52 |
Merge pull request #422 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0
ci / main () (push) Has been cancelled
ci / main (cloud:latest) (push) Has been cancelled
ci / main (cloud:v0.11.2-desktop.2) (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / error (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / endpoint (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / with-qemu (, all) (push) Has been cancelled
ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
ci / with-qemu (v0.9.1, all) (push) Has been cancelled
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
ci / standalone-cmd (push) Has been cancelled
ci / standalone-action (push) Has been cancelled
ci / standalone-install-error (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / k3s (v0.10.5) (push) Has been cancelled
ci / k3s (v0.11.0) (push) Has been cancelled
ci / cache-binary (false) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
ci / windows-error (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
build(deps): bump @docker/actions-toolkit from 0.56.0 to 0.61.0 |
||
|
|
b2b2ffa946 |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
fe905840cd |
build(deps): bump @docker/actions-toolkit from 0.56.0 to 0.61.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.61.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.56.0...v0.61.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
8998bbe94b |
Merge pull request #420 from crazy-max/pr-assign-author
ci / main () (push) Waiting to run
ci / main (cloud:latest) (push) Waiting to run
ci / main (cloud:v0.11.2-desktop.2) (push) Waiting to run
ci / main (lab:latest) (push) Waiting to run
ci / main (latest) (push) Waiting to run
ci / main (v0.4.1) (push) Waiting to run
ci / multi (push) Waiting to run
ci / error (push) Waiting to run
ci / debug (push) Waiting to run
ci / install (push) Waiting to run
ci / use (false) (push) Waiting to run
ci / use (true) (push) Waiting to run
ci / driver (image=moby/buildkit:latest) (push) Waiting to run
ci / driver (image=moby/buildkit:master
network=host
) (push) Waiting to run
ci / docker-driver (push) Waiting to run
ci / endpoint (push) Waiting to run
ci / config (push) Waiting to run
ci / config-inline (push) Waiting to run
ci / with-qemu (, all) (push) Waiting to run
ci / with-qemu (, arm64,riscv64,arm) (push) Waiting to run
ci / with-qemu (v0.9.1, all) (push) Waiting to run
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Waiting to run
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Waiting to run
ci / build-ref (master) (push) Waiting to run
ci / build-ref (refs/pull/731/head) (push) Waiting to run
ci / build-ref (refs/tags/v0.5.1) (push) Waiting to run
ci / standalone-cmd (push) Waiting to run
ci / standalone-action (push) Waiting to run
ci / standalone-install-error (push) Waiting to run
ci / append (push) Waiting to run
ci / platforms (push) Waiting to run
ci / docker-context (push) Waiting to run
ci / cleanup (false) (push) Waiting to run
ci / cleanup (true) (push) Waiting to run
ci / k3s (v0.10.5) (push) Waiting to run
ci / k3s (v0.11.0) (push) Waiting to run
ci / cache-binary (false) (push) Waiting to run
ci / cache-binary (true) (push) Waiting to run
ci / windows-error (push) Waiting to run
test / test (push) Waiting to run
validate / prepare (push) Waiting to run
validate / validate (push) Blocked by required conditions
pr-assign-author workflow |
||
|
|
830833e0c7 |
pr-assign-author workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
941183f0a0 |
Merge pull request #413 from crazy-max/ci-dispatch
ci / main () (push) Has been cancelled
ci / main (cloud:latest) (push) Has been cancelled
ci / main (cloud:v0.11.2-desktop.2) (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / error (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / endpoint (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / with-qemu (, all) (push) Has been cancelled
ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
ci / with-qemu (v0.9.1, all) (push) Has been cancelled
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
ci / standalone-cmd (push) Has been cancelled
ci / standalone-action (push) Has been cancelled
ci / standalone-install-error (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / k3s (v0.10.5) (push) Has been cancelled
ci / k3s (v0.11.0) (push) Has been cancelled
ci / cache-binary (false) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
ci / windows-error (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
ci: add workflow_dispatch event |
||
|
|
311b62b254 |
ci: add workflow_dispatch event
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
afeb29a6e0 |
Merge pull request #411 from crazy-max/test-windows
ci / main () (push) Has been cancelled
ci / main (cloud:latest) (push) Has been cancelled
ci / main (cloud:v0.11.2-desktop.2) (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / error (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / endpoint (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / with-qemu (, all) (push) Has been cancelled
ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
ci / with-qemu (v0.9.1, all) (push) Has been cancelled
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
ci / standalone-cmd (push) Has been cancelled
ci / standalone-action (push) Has been cancelled
ci / standalone-install-error (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / k3s (v0.10.5) (push) Has been cancelled
ci / k3s (v0.11.0) (push) Has been cancelled
ci / cache-binary (false) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
ci / windows-error (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
ci: test container builder on windows |
||
|
|
b560416601 |
Merge pull request #412 from crazy-max/ci-bump-ubuntu
ci: bump to ubuntu-latest |
||
|
|
516bb780e5 |
ci: bump to ubuntu-latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
11445527f0 |
ci: test container builder on windows
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
b5ca514318 |
Merge pull request #408 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.56.0
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
ci / main () (push) Failing after 1s
ci / main (cloud:latest) (push) Failing after 0s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 0s
ci / main (lab:latest) (push) Failing after 0s
ci / main (latest) (push) Failing after 0s
ci / main (v0.4.1) (push) Failing after 0s
ci / multi (push) Failing after 0s
ci / error (push) Failing after 0s
ci / debug (push) Failing after 0s
ci / install (push) Failing after 0s
ci / use (false) (push) Failing after 0s
ci / use (true) (push) Failing after 0s
ci / driver (image=moby/buildkit:latest) (push) Failing after 0s
ci / driver (image=moby/buildkit:master
network=host
) (push) Failing after 0s
ci / docker-driver (push) Failing after 0s
ci / endpoint (push) Failing after 0s
ci / config (push) Failing after 0s
ci / config-inline (push) Failing after 0s
ci / with-qemu (, all) (push) Failing after 0s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 0s
ci / with-qemu (v0.9.1, all) (push) Failing after 0s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 0s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 1s
ci / build-ref (master) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (push) Failing after 0s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 0s
ci / standalone-cmd (push) Failing after 0s
ci / standalone-action (push) Failing after 0s
ci / standalone-install-error (push) Failing after 0s
ci / append (push) Failing after 0s
ci / platforms (push) Failing after 0s
ci / docker-context (push) Failing after 0s
ci / cleanup (false) (push) Failing after 0s
ci / cleanup (true) (push) Failing after 0s
ci / k3s (v0.10.5) (push) Failing after 0s
ci / k3s (v0.11.0) (push) Failing after 0s
ci / cache-binary (false) (push) Failing after 0s
ci / cache-binary (true) (push) Failing after 0s
build(deps): bump @docker/actions-toolkit from 0.54.0 to 0.56.0v3.10.0 |
||
|
|
1418a4ef33 |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
93acf831ce |
build(deps): bump @docker/actions-toolkit from 0.54.0 to 0.56.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.54.0 to 0.56.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.54.0...v0.56.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
f7ce87c1d6 |
Merge pull request #404 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.54.0
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
ci / main (cloud:latest) (push) Failing after -2s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after -2s
ci / main (lab:latest) (push) Failing after -2s
ci / main (latest) (push) Failing after -2s
ci / main () (push) Successful in 6s
ci / multi (push) Failing after -2s
ci / error (push) Failing after -2s
ci / debug (push) Failing after -3s
ci / install (push) Failing after -3s
ci / main (v0.4.1) (push) Successful in 6s
ci / use (true) (push) Failing after -3s
ci / driver (image=moby/buildkit:latest) (push) Failing after -2s
ci / driver (image=moby/buildkit:master
network=host
) (push) Failing after -3s
ci / use (false) (push) Successful in 5s
ci / endpoint (push) Failing after -3s
ci / config (push) Failing after -2s
ci / docker-driver (push) Successful in 3s
ci / with-qemu (, all) (push) Failing after -3s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after -3s
ci / with-qemu (v0.9.1, all) (push) Failing after -3s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after -3s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after -2s
ci / config-inline (push) Successful in 10s
ci / build-ref (master) (push) Failing after -3s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after -3s
ci / standalone-cmd (push) Failing after -3s
ci / standalone-action (push) Failing after -3s
ci / standalone-install-error (push) Failing after -3s
ci / append (push) Failing after -2s
ci / platforms (push) Failing after -3s
ci / docker-context (push) Failing after -2s
ci / cleanup (false) (push) Failing after -3s
ci / cleanup (true) (push) Failing after -2s
ci / build-ref (refs/pull/731/head) (push) Successful in 17s
ci / k3s (v0.11.0) (push) Failing after -3s
ci / cache-binary (false) (push) Failing after -2s
ci / cache-binary (true) (push) Failing after -2s
ci / k3s (v0.10.5) (push) Failing after 5s
build(deps): bump @docker/actions-toolkit from 0.53.0 to 0.54.0v3.9.0 |
||
|
|
aa1e2a0b49 |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
673e008776 |
build(deps): bump @docker/actions-toolkit from 0.53.0 to 0.54.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
ba31df4664 |
Merge pull request #402 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.53.0
ci / main () (push) Has been cancelled
ci / main (cloud:latest) (push) Has been cancelled
ci / main (cloud:v0.11.2-desktop.2) (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / error (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / endpoint (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / with-qemu (, all) (push) Has been cancelled
ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
ci / with-qemu (v0.9.1, all) (push) Has been cancelled
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
ci / standalone-cmd (push) Has been cancelled
ci / standalone-action (push) Has been cancelled
ci / standalone-install-error (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / k3s (v0.10.5) (push) Has been cancelled
ci / k3s (v0.11.0) (push) Has been cancelled
ci / cache-binary (false) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
build(deps): bump @docker/actions-toolkit from 0.48.0 to 0.53.0 |
||
|
|
5475af18ec |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
acacad903e |
build(deps): bump @docker/actions-toolkit from 0.48.0 to 0.53.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.48.0 to 0.53.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.48.0...v0.53.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
6a25f988bd |
Merge pull request #396 from crazy-max/bake-v6
ci / main () (push) Has been cancelled
ci / main (cloud:latest) (push) Has been cancelled
ci / main (cloud:v0.11.2-desktop.2) (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / error (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / endpoint (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / with-qemu (, all) (push) Has been cancelled
ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
ci / with-qemu (v0.9.1, all) (push) Has been cancelled
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
ci / standalone-cmd (push) Has been cancelled
ci / standalone-action (push) Has been cancelled
ci / standalone-install-error (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / k3s (v0.10.5) (push) Has been cancelled
ci / k3s (v0.11.0) (push) Has been cancelled
ci / cache-binary (false) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
update bake-action to v6 |
||
|
|
ca1af179f5 |
update bake-action to v6
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
6524bf65af |
Merge pull request #390 from crazy-max/buildx-cloud-latest
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
ci / main () (push) Failing after 1s
ci / main (cloud:latest) (push) Failing after 1s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 1s
ci / main (lab:latest) (push) Failing after 1s
ci / main (v0.4.1) (push) Failing after 1s
ci / multi (push) Failing after 1s
ci / error (push) Failing after 1s
ci / install (push) Failing after 1s
ci / use (false) (push) Failing after 1s
ci / use (true) (push) Failing after 1s
ci / driver (image=moby/buildkit:latest) (push) Failing after 1s
ci / driver (image=moby/buildkit:master
network=host
) (push) Failing after 1s
ci / docker-driver (push) Failing after 1s
ci / endpoint (push) Failing after 1s
ci / config (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 1s
ci / with-qemu (v0.9.1, all) (push) Failing after 1s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 1s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 1s
ci / build-ref (master) (push) Failing after 1s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 1s
ci / standalone-cmd (push) Failing after 1s
ci / standalone-action (push) Failing after 1s
ci / standalone-install-error (push) Failing after 1s
ci / append (push) Failing after 1s
ci / platforms (push) Failing after 1s
ci / docker-context (push) Failing after 1s
ci / cleanup (false) (push) Failing after 1s
ci / k3s (v0.10.5) (push) Failing after 1s
ci / k3s (v0.11.0) (push) Failing after 1s
ci / cache-binary (false) (push) Failing after 1s
ci / main (latest) (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
make cloud prefix optional to download buildx if driver is cloudv3.8.0 |
||
|
|
8d5e0747fc |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
7199e57b35 |
make cloud prefix optional to download buildx if driver is cloud
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
db63cee3de |
Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov-action-5
ci / main () (push) Waiting to run
ci / main (lab:latest) (push) Waiting to run
ci / main (lab:v0.11.2-desktop.2) (push) Waiting to run
ci / main (latest) (push) Waiting to run
ci / main (v0.4.1) (push) Waiting to run
ci / multi (push) Waiting to run
ci / error (push) Waiting to run
ci / debug (push) Waiting to run
ci / install (push) Waiting to run
ci / use (false) (push) Waiting to run
ci / use (true) (push) Waiting to run
ci / driver (image=moby/buildkit:latest) (push) Waiting to run
ci / driver (image=moby/buildkit:master
network=host
) (push) Waiting to run
ci / docker-driver (push) Waiting to run
ci / endpoint (push) Waiting to run
ci / config (push) Waiting to run
ci / config-inline (push) Waiting to run
ci / with-qemu (, all) (push) Waiting to run
ci / with-qemu (, arm64,riscv64,arm) (push) Waiting to run
ci / with-qemu (v0.9.1, all) (push) Waiting to run
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Waiting to run
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Waiting to run
ci / build-ref (master) (push) Waiting to run
ci / build-ref (refs/pull/731/head) (push) Waiting to run
ci / build-ref (refs/tags/v0.5.1) (push) Waiting to run
ci / standalone-cmd (push) Waiting to run
ci / standalone-action (push) Waiting to run
ci / standalone-install-error (push) Waiting to run
ci / append (push) Waiting to run
ci / platforms (push) Waiting to run
ci / docker-context (push) Waiting to run
ci / cleanup (false) (push) Waiting to run
ci / cleanup (true) (push) Waiting to run
ci / k3s (v0.10.5) (push) Waiting to run
ci / k3s (v0.11.0) (push) Waiting to run
ci / cache-binary (false) (push) Waiting to run
ci / cache-binary (true) (push) Waiting to run
test / test (push) Waiting to run
validate / prepare (push) Waiting to run
validate / validate (push) Blocked by required conditions
build(deps): bump codecov/codecov-action from 4 to 5 |
||
|
|
043ebe137f |
Merge pull request #389 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.48.0
build(deps): bump @docker/actions-toolkit from 0.39.0 to 0.48.0 |
||
|
|
686da9073d |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
a3d74876b8 |
Merge pull request #382 from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 |
||
|
|
4dcdbcec48 |
build(deps): bump @docker/actions-toolkit from 0.39.0 to 0.48.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.39.0 to 0.48.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.39.0...v0.48.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
1a8ac74316 |
ci: fix deprecated input for codecov-action
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
e827ebe8ba |
build(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
adacc1474e |
build(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
0f069ddc17 |
Merge pull request #372 from crazy-max/publish-immutable-action
ci / main () (push) Failing after -1s
ci / main (lab:latest) (push) Failing after -1s
ci / main (latest) (push) Failing after -1s
ci / main (v0.4.1) (push) Failing after -1s
ci / multi (push) Failing after -1s
ci / debug (push) Failing after -1s
ci / install (push) Failing after -1s
ci / use (false) (push) Failing after -1s
ci / use (true) (push) Failing after -1s
ci / driver (image=moby/buildkit:latest) (push) Failing after -1s
ci / error (push) Failing after 13s
ci / endpoint (push) Failing after -1s
ci / config (push) Failing after -1s
ci / with-qemu (, all) (push) Failing after -1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after -1s
ci / with-qemu (v0.9.1, all) (push) Failing after -1s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after -1s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after -1s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after -1s
ci / standalone-cmd (push) Failing after -1s
ci / standalone-action (push) Failing after -1s
ci / standalone-install-error (push) Failing after -1s
ci / append (push) Failing after -1s
ci / platforms (push) Failing after -1s
ci / cleanup (false) (push) Failing after -1s
ci / cleanup (true) (push) Failing after -1s
ci / k3s (v0.11.0) (push) Failing after -1s
ci / cache-binary (false) (push) Failing after -1s
ci / k3s (v0.10.5) (push) Failing after 5s
validate / prepare (push) Failing after -1s
validate / validate (push) Has been skipped
test / test (push) Successful in 1m12s
ci / main (lab:v0.11.2-desktop.2) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
ci: publish as immutable action workflow |
||
|
|
d036b3238c |
ci: publish as immutable action workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
460e45646d |
Merge pull request #370 from docker/dependabot/npm_and_yarn/actions/core-1.11.1
test / test (push) Has been cancelled
validate / prepare (push) Has been cancelled
validate / validate (push) Has been cancelled
ci / main (lab:v0.11.2-desktop.2) (push) Failing after 1s
ci / main (latest) (push) Failing after 1s
ci / error (push) Failing after 0s
ci / debug (push) Failing after 1s
ci / install (push) Failing after 1s
ci / use (true) (push) Failing after 0s
ci / driver (image=moby/buildkit:master
network=host
) (push) Failing after 1s
ci / endpoint (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 0s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 0s
ci / with-qemu (v0.9.1, all) (push) Failing after 0s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 0s
ci / build-ref (refs/pull/731/head) (push) Failing after 0s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 1s
ci / standalone-cmd (push) Failing after 0s
ci / standalone-action (push) Failing after 0s
ci / standalone-install-error (push) Failing after 0s
ci / docker-context (push) Failing after 0s
ci / cleanup (false) (push) Failing after 0s
ci / k3s (v0.10.5) (push) Failing after 0s
ci / cache-binary (false) (push) Failing after 0s
ci / k3s (v0.11.0) (push) Failing after 8s
ci / main () (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
build(deps): bump @actions/core from 1.10.1 to 1.11.1 |
||
|
|
93aa1c807f |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
d391aad55c |
remove uuid package and switch to crypto
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
e5b688ea46 |
build(deps): bump @actions/core from 1.10.1 to 1.11.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c47758b77c |
Merge pull request #369 from crazy-max/revert-crypto
ci / main () (push) Successful in 10s
ci / multi (push) Successful in 10s
ci / install (push) Successful in 10s
ci / main (lab:latest) (push) Successful in 24s
ci / error (push) Failing after 20s
ci / main (v0.4.1) (push) Successful in 32s
ci / docker-driver (push) Successful in 10s
ci / use (true) (push) Successful in 26s
ci / use (false) (push) Successful in 31s
ci / driver (image=moby/buildkit:latest) (push) Successful in 25s
ci / debug (push) Successful in 49s
ci / config (push) Successful in 14s
ci / config-inline (push) Successful in 13s
ci / with-qemu (, all) (push) Successful in 12s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 40s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 11s
ci / with-qemu (v0.9.1, all) (push) Successful in 23s
ci / endpoint (push) Failing after 52s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Successful in 34s
ci / standalone-cmd (push) Successful in 23s
ci / standalone-install-error (push) Successful in 8s
ci / standalone-action (push) Successful in 39s
ci / append (push) Successful in 8s
ci / docker-context (push) Successful in 6s
ci / platforms (push) Successful in 13s
ci / cleanup (false) (push) Successful in 12s
ci / cleanup (true) (push) Successful in 16s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 2m48s
ci / build-ref (refs/pull/731/head) (push) Successful in 2m44s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 2m31s
ci / build-ref (master) (push) Successful in 2m53s
ci / k3s (v0.10.5) (push) Failing after 1m32s
ci / k3s (v0.11.0) (push) Failing after 1m21s
ci / cache-binary (false) (push) Successful in 26s
validate / prepare (push) Successful in 20s
test / test (push) Successful in 3m30s
ci / main (lab:v0.11.2-desktop.2) (push) Successful in 9m20s
ci / main (latest) (push) Successful in 9m27s
ci / cache-binary (true) (push) Successful in 9m24s
validate / validate (push) Successful in 3m53s
switch back to uuid packagev3.7.1 |
||
|
|
8fea382513 |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
2874e980e8 |
switch back to uuid package
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
8026d2bc36 |
Merge pull request #362 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.39.0
test / test (push) Waiting to run
validate / prepare (push) Waiting to run
validate / validate (push) Blocked by required conditions
ci / main () (push) Has been cancelled
ci / main (lab:latest) (push) Has been cancelled
ci / main (lab:v0.11.2-desktop.2) (push) Has been cancelled
ci / main (latest) (push) Has been cancelled
ci / main (v0.4.1) (push) Has been cancelled
ci / multi (push) Has been cancelled
ci / error (push) Has been cancelled
ci / debug (push) Has been cancelled
ci / install (push) Has been cancelled
ci / use (false) (push) Has been cancelled
ci / use (true) (push) Has been cancelled
ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
ci / docker-driver (push) Has been cancelled
ci / endpoint (push) Has been cancelled
ci / config (push) Has been cancelled
ci / config-inline (push) Has been cancelled
ci / with-qemu (, all) (push) Has been cancelled
ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
ci / with-qemu (v0.9.1, all) (push) Has been cancelled
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Has been cancelled
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
ci / build-ref (master) (push) Has been cancelled
ci / build-ref (refs/pull/731/head) (push) Has been cancelled
ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
ci / standalone-cmd (push) Has been cancelled
ci / standalone-action (push) Has been cancelled
ci / standalone-install-error (push) Has been cancelled
ci / append (push) Has been cancelled
ci / platforms (push) Has been cancelled
ci / docker-context (push) Has been cancelled
ci / cleanup (false) (push) Has been cancelled
ci / cleanup (true) (push) Has been cancelled
ci / k3s (v0.10.5) (push) Has been cancelled
ci / k3s (v0.11.0) (push) Has been cancelled
ci / cache-binary (false) (push) Has been cancelled
ci / cache-binary (true) (push) Has been cancelled
build(deps): bump @docker/actions-toolkit from 0.35.0 to 0.39.0v3.7.0 |
||
|
|
e51aab53e9 |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
fd7390e14d |
build(deps): bump @docker/actions-toolkit from 0.35.0 to 0.39.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.35.0 to 0.39.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.35.0...v0.39.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
910a304005 |
Merge pull request #366 from crazy-max/remove-uuid
remove uuid package and switch to crypto |
||
|
|
3623ee443e |
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |
||
|
|
e0e5ecf670 |
remove uuid package and switch to crypto
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> |