Commit Graph

539 Commits

Author SHA1 Message Date
CrazyMax
b145473295
fix keep-state not being respected
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-17 17:34:10 +02:00
CrazyMax
18ce135bb5
Merge pull request #425 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.62.1
Some checks failed
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 1s
ci / main () (push) Failing after 21s
ci / docker-driver (push) Successful in 5s
ci / config (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 6s
ci / endpoint (push) Failing after 16s
ci / build-ref (master) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (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 / config-inline (push) Failing after 20s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 17s
ci / platforms (push) Failing after 1s
ci / docker-context (push) Failing after 1s
ci / cleanup (true) (push) Failing after 1s
ci / k3s (v0.10.5) (push) Failing after 1s
ci / k3s (v0.11.0) (push) Failing after 1s
ci / driver (image=moby/buildkit:latest) (push) Successful in 39s
ci / cache-binary (false) (push) Failing after 1s
ci / cleanup (false) (push) Successful in 10s
ci / keep-state (push) Failing after 1s
ci / keep-state-error (push) Successful in 5s
ci / append (push) Failing after 21s
ci / cache-binary (true) (push) Successful in 11s
ci / main (lab:latest) (push) Successful in 19m35s
build(deps): bump @docker/actions-toolkit from 0.61.0 to 0.62.1
2025-06-16 14:26:28 +02:00
CrazyMax
0e198e93af
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-14 00:34:03 +02:00
dependabot[bot]
05f3f3ac10
build(deps): bump @docker/actions-toolkit from 0.61.0 to 0.62.1
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.61.0 to 0.62.1.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](https://github.com/docker/actions-toolkit/compare/v0.61.0...v0.62.1)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-version: 0.62.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 22:12:24 +00:00
Tõnis Tiigi
622913496d
Merge pull request #427 from crazy-max/keep-state
Some checks failed
ci / config (push) Failing after 1s
ci / config-inline (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 1s
ci / main (cloud:latest) (push) Failing after 1m17s
ci / with-qemu (v0.9.1, all) (push) Failing after 1s
ci / use (true) (push) Failing after 20s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (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 / build-ref (master) (push) Failing after 12s
ci / platforms (push) Failing after 1s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 12s
ci / cleanup (false) (push) Failing after 1s
ci / docker-context (push) Successful in 4s
ci / cleanup (true) (push) Failing after 4s
ci / k3s (v0.10.5) (push) Failing after 6s
ci / k3s (v0.11.0) (push) Failing after 4s
ci / keep-state (push) Failing after 1s
ci / keep-state-error (push) Failing after 1s
test / test (push) Failing after 1s
validate / prepare (push) Failing after 1s
validate / validate (push) Has been skipped
ci / cache-binary (false) (push) Successful in 46s
ci / cache-binary (true) (push) Successful in 54s
ci / windows-error (push) Has been cancelled
Keep BuildKit state support
2025-06-13 11:57:41 -07:00
CrazyMax
c6f6a07025
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-13 18:37:56 +02:00
CrazyMax
6c5e29d848
skip builder creation if one already exists with the same name
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-13 18:37:56 +02:00
CrazyMax
548b297749
ci: keep-state check
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-13 18:37:56 +02:00
CrazyMax
36590ad0c1
check if driver compatible with keep-state
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-13 18:31:37 +02:00
Balaji Arun
4143b5899b
Support to retain cache
Signed-off-by: Balaji Arun <balajia@vt.edu>
2025-06-13 18:05:09 +02:00
CrazyMax
3f1544eb9e
Merge pull request #139 from hashhar/hashhar/cleanup-aliases
Some checks failed
ci / install (push) Failing after 1s
ci / use (true) (push) Failing after 1s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 1s
ci / docker-driver (push) Failing after 1s
ci / use (false) (push) Successful in 9s
ci / driver (image=moby/buildkit:latest) (push) Successful in 9s
ci / config-inline (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 3s
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 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (push) Failing after 1s
ci / config (push) Successful in 12s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 1s
ci / endpoint (push) Failing after 15s
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 / cleanup (true) (push) Failing after 1s
ci / standalone-cmd (push) Successful in 15s
ci / k3s (v0.10.5) (push) Failing after 1s
ci / cache-binary (false) (push) Failing after 1s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / cache-binary (true) (push) Failing after 1s
ci / build-ref (master) (push) Successful in 50s
ci / windows-error (push) Has been cancelled
Remove aliases created by buildx when installing by default
2025-05-21 12:04:20 +02:00
CrazyMax
f3204bbfac
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-21 12:01:07 +02:00
Ashhar Hasan
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>
2025-05-21 11:59:28 +02:00
CrazyMax
e600775e52
Merge pull request #422 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0
Some checks failed
ci / use (true) (push) Successful in 9s
ci / driver (image=moby/buildkit:latest) (push) Successful in 9s
ci / docker-driver (push) Successful in 5s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 20s
ci / config (push) Successful in 12s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / endpoint (push) Failing after 30s
ci / config-inline (push) Failing after 20s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 16s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 18s
ci / build-ref (master) (push) Successful in 39s
ci / build-ref (refs/pull/731/head) (push) Failing after 38s
ci / standalone-cmd (push) Successful in 16s
ci / standalone-action (push) Successful in 16s
ci / platforms (push) Failing after 3s
ci / docker-context (push) Successful in 5s
ci / append (push) Successful in 22s
ci / cleanup (false) (push) Successful in 9s
ci / k3s (v0.10.5) (push) Failing after 3s
ci / cleanup (true) (push) Successful in 9s
ci / k3s (v0.11.0) (push) Failing after 3s
ci / cache-binary (false) (push) Successful in 10s
ci / cache-binary (true) (push) Successful in 10s
ci / standalone-install-error (push) Successful in 50s
ci / main (lab:latest) (push) Failing after 3m30s
ci / main (cloud:latest) (push) Failing after 4m4s
ci / main (latest) (push) Failing after 4m21s
build(deps): bump @docker/actions-toolkit from 0.56.0 to 0.61.0
2025-04-24 11:30:53 +02:00
CrazyMax
b2b2ffa946
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-24 11:22:25 +02:00
dependabot[bot]
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>
2025-04-24 09:02:39 +00:00
CrazyMax
8998bbe94b
Merge pull request #420 from crazy-max/pr-assign-author
Some checks failed
ci / use (true) (push) Failing after 20s
ci / driver (image=moby/buildkit:latest) (push) Failing after 20s
ci / endpoint (push) Failing after 9s
ci / main (v0.4.1) (push) Successful in 44s
ci / with-qemu (, all) (push) Failing after 3s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 3s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 22s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / config (push) Failing after 23s
ci / config-inline (push) Failing after 22s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 20s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 20s
ci / standalone-install-error (push) Successful in 11s
ci / append (push) Successful in 10s
ci / platforms (push) Failing after 3s
ci / docker-context (push) Successful in 5s
ci / standalone-action (push) Failing after 24s
ci / build-ref (refs/pull/731/head) (push) Failing after 40s
ci / standalone-cmd (push) Failing after 28s
ci / build-ref (master) (push) Failing after 43s
ci / cleanup (false) (push) Successful in 9s
ci / k3s (v0.10.5) (push) Failing after 3s
ci / k3s (v0.11.0) (push) Failing after 3s
test / test (push) Failing after 3s
validate / prepare (push) Failing after 2s
validate / validate (push) Has been skipped
ci / cleanup (true) (push) Successful in 9s
ci / cache-binary (false) (push) Successful in 26s
ci / cache-binary (true) (push) Successful in 31s
pr-assign-author workflow
2025-04-23 16:10:00 +02:00
CrazyMax
830833e0c7
pr-assign-author workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-23 14:18:49 +02:00
CrazyMax
941183f0a0
Merge pull request #413 from crazy-max/ci-dispatch
Some checks failed
ci / install (push) Failing after 20s
ci / docker-driver (push) Successful in 5s
ci / use (true) (push) Failing after 20s
ci / main (cloud:latest) (push) Failing after 48s
ci / with-qemu (, all) (push) Failing after 2s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 23s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / endpoint (push) Failing after 16s
ci / config (push) Successful in 13s
ci / with-qemu (v0.9.1, all) (push) Failing after 3s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / main (latest) (push) Failing after 57s
ci / config-inline (push) Failing after 21s
ci / build-ref (master) (push) Successful in 20s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 18s
ci / standalone-install-error (push) Successful in 13s
ci / append (push) Successful in 11s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 36s
ci / standalone-action (push) Failing after 24s
ci / platforms (push) Failing after 3s
ci / docker-context (push) Successful in 5s
ci / k3s (v0.10.5) (push) Failing after 2s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / standalone-cmd (push) Failing after 44s
ci / cleanup (true) (push) Successful in 9s
ci / cache-binary (false) (push) Successful in 11s
ci / cleanup (false) (push) Failing after 19s
ci / cache-binary (true) (push) Successful in 1m3s
ci / build-ref (refs/pull/731/head) (push) Failing after 2m22s
ci / windows-error (push) Has been cancelled
ci: add workflow_dispatch event
2025-03-28 10:00:25 +01:00
CrazyMax
311b62b254
ci: add workflow_dispatch event
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-18 15:39:20 +01:00
CrazyMax
afeb29a6e0
Merge pull request #411 from crazy-max/test-windows
Some checks failed
ci / docker-driver (push) Failing after 1s
ci / use (false) (push) Successful in 10s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 10s
ci / endpoint (push) Failing after 15s
ci / config (push) Successful in 14s
ci / with-qemu (, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, all) (push) Failing after 1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 3s
ci / config-inline (push) Successful in 13s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / main (cloud:latest) (push) Failing after 42s
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 / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 19s
ci / cleanup (false) (push) Failing after 1s
ci / cleanup (true) (push) Failing after 1s
ci / build-ref (refs/pull/731/head) (push) Successful in 21s
ci / k3s (v0.10.5) (push) Failing after 3s
ci / k3s (v0.11.0) (push) Failing after 1s
ci / cache-binary (true) (push) Failing after 1s
ci / cache-binary (false) (push) Successful in 11s
ci / build-ref (master) (push) Failing after 42s
ci / main (cloud:v0.11.2-desktop.2) (push) Successful in 1m31s
ci / main (v0.4.1) (push) Failing after 16m31s
ci / windows-error (push) Has been cancelled
ci: test container builder on windows
2025-03-12 15:56:50 +01:00
CrazyMax
b560416601
Merge pull request #412 from crazy-max/ci-bump-ubuntu
ci: bump to ubuntu-latest
2025-03-12 15:56:34 +01:00
CrazyMax
516bb780e5
ci: bump to ubuntu-latest
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-12 15:49:49 +01:00
CrazyMax
11445527f0
ci: test container builder on windows
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-12 15:44:27 +01:00
CrazyMax
b5ca514318
Merge pull request #408 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.56.0
Some checks failed
ci / debug (push) Failing after 3s
ci / install (push) Failing after 1s
ci / use (false) (push) Failing after 1s
ci / driver (image=moby/buildkit:latest) (push) Failing after 1s
ci / docker-driver (push) Failing after 1s
ci / use (true) (push) Successful in 9s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 9s
ci / endpoint (push) Failing after 15s
ci / with-qemu (, all) (push) Failing after 2s
ci / config (push) Successful in 13s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / config-inline (push) Successful in 13s
ci / with-qemu (v0.9.1, all) (push) Failing after 3s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 2s
ci / build-ref (master) (push) Failing after 2s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 2s
ci / standalone-cmd (push) Failing after 2s
ci / standalone-action (push) Failing after 2s
ci / standalone-install-error (push) Failing after 2s
ci / append (push) Failing after 2s
ci / platforms (push) Failing after 2s
ci / docker-context (push) Failing after 2s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Successful in 17s
ci / cleanup (false) (push) Failing after 2s
ci / k3s (v0.10.5) (push) Failing after 2s
ci / build-ref (refs/pull/731/head) (push) Successful in 19s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / cache-binary (true) (push) Failing after 2s
ci / cleanup (true) (push) Successful in 9s
ci / cache-binary (false) (push) Successful in 11s
build(deps): bump @docker/actions-toolkit from 0.54.0 to 0.56.0
2025-02-26 15:35:00 +01:00
CrazyMax
1418a4ef33
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-26 15:32:43 +01:00
dependabot[bot]
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>
2025-02-26 14:25:44 +00:00
CrazyMax
f7ce87c1d6
Merge pull request #404 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.54.0
Some checks failed
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 / use (false) (push) Successful in 10s
ci / main (lab:latest) (push) Successful in 22s
ci / config-inline (push) Failing after 1s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 1s
ci / with-qemu (, all) (push) Failing after 3s
ci / with-qemu (v0.9.1, all) (push) Failing after 1s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 3s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 1s
ci / build-ref (master) (push) Failing after 1s
ci / config (push) Successful in 13s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 1s
ci / endpoint (push) Failing after 15s
ci / standalone-cmd (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 / main (latest) (push) Failing after 43s
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 / build-ref (refs/pull/731/head) (push) Successful in 20s
ci / cache-binary (false) (push) Failing after 1s
ci / standalone-action (push) Successful in 19s
ci / cache-binary (true) (push) Successful in 10s
ci / cleanup (true) (push) Failing after 20s
ci / main (cloud:latest) (push) Failing after 2h23m25s
build(deps): bump @docker/actions-toolkit from 0.53.0 to 0.54.0
2025-02-06 14:25:21 +01:00
CrazyMax
aa1e2a0b49
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-06 14:17:41 +01:00
dependabot[bot]
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>
2025-02-05 04:05:45 +00:00
CrazyMax
ba31df4664
Merge pull request #402 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.53.0
Some checks failed
ci / main (v0.4.1) (push) Successful in 37s
ci / use (true) (push) Successful in 10s
ci / install (push) Failing after 20s
ci / driver (image=moby/buildkit:latest) (push) Successful in 9s
ci / docker-driver (push) Successful in 5s
ci / with-qemu (, all) (push) Failing after 2s
ci / main (lab:latest) (push) Failing after 49s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 2s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 20s
ci / endpoint (push) Failing after 16s
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 / config-inline (push) Successful in 13s
ci / config (push) Failing after 21s
ci / standalone-cmd (push) Successful in 18s
ci / build-ref (refs/pull/731/head) (push) Successful in 21s
ci / standalone-install-error (push) Successful in 11s
ci / append (push) Successful in 10s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 36s
ci / platforms (push) Failing after 2s
ci / docker-context (push) Successful in 4s
ci / k3s (v0.10.5) (push) Failing after 3s
ci / k3s (v0.11.0) (push) Failing after 3s
ci / cleanup (true) (push) Successful in 10s
ci / cleanup (false) (push) Failing after 20s
ci / cache-binary (false) (push) Successful in 10s
ci / cache-binary (true) (push) Successful in 11s
ci / standalone-action (push) Failing after 57s
ci / build-ref (master) (push) Failing after 2m20s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 2m18s
build(deps): bump @docker/actions-toolkit from 0.48.0 to 0.53.0
2025-01-24 10:26:10 +01:00
CrazyMax
5475af18ec
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-24 10:21:34 +01:00
dependabot[bot]
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>
2025-01-24 04:40:58 +00:00
CrazyMax
6a25f988bd
Merge pull request #396 from crazy-max/bake-v6
Some checks failed
ci / multi (push) Failing after 20s
ci / install (push) Failing after 20s
ci / use (true) (push) Failing after 20s
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 2s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 20s
ci / config (push) Successful in 15s
ci / config-inline (push) Failing after 21s
ci / standalone-cmd (push) Failing after 6s
ci / standalone-action (push) Failing after 6s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 19s
ci / standalone-install-error (push) Successful in 6s
ci / platforms (push) Failing after 3s
ci / append (push) Successful in 9s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 36s
ci / endpoint (push) Failing after 52s
ci / docker-context (push) Successful in 5s
ci / k3s (v0.10.5) (push) Failing after 3s
ci / build-ref (refs/pull/731/head) (push) Failing after 38s
ci / k3s (v0.11.0) (push) Failing after 3s
ci / cleanup (false) (push) Successful in 8s
ci / build-ref (master) (push) Failing after 42s
test / test (push) Failing after 3s
validate / prepare (push) Failing after 3s
ci / cache-binary (true) (push) Failing after 6s
validate / validate (push) Has been skipped
ci / cache-binary (false) (push) Successful in 10s
ci / cleanup (true) (push) Failing after 20s
update bake-action to v6
2025-01-08 18:54:07 +01:00
CrazyMax
ca1af179f5
update bake-action to v6
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-08 13:01:31 +01:00
Tõnis Tiigi
6524bf65af
Merge pull request #390 from crazy-max/buildx-cloud-latest
Some checks failed
ci / install (push) Successful in 10s
ci / multi (push) Failing after 20s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 8s
ci / use (false) (push) Failing after 20s
ci / use (true) (push) Failing after 19s
ci / docker-driver (push) Successful in 5s
ci / with-qemu (, all) (push) Failing after 3s
ci / driver (image=moby/buildkit:latest) (push) Failing after 20s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 3s
ci / with-qemu (v0.9.1, all) (push) Failing after 2s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 3s
ci / config (push) Successful in 14s
ci / config-inline (push) Failing after 20s
ci / standalone-cmd (push) Failing after 6s
ci / build-ref (refs/tags/v0.5.1) (push) Successful in 16s
ci / standalone-action (push) Failing after 6s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 35s
ci / standalone-install-error (push) Successful in 10s
ci / platforms (push) Failing after 3s
ci / endpoint (push) Failing after 50s
ci / docker-context (push) Successful in 5s
ci / k3s (v0.10.5) (push) Failing after 3s
ci / append (push) Failing after 20s
ci / cleanup (true) (push) Successful in 9s
ci / k3s (v0.11.0) (push) Failing after 2s
ci / cache-binary (false) (push) Failing after 4s
ci / cleanup (false) (push) Failing after 20s
ci / cache-binary (true) (push) Successful in 9s
ci / build-ref (master) (push) Failing after 2m17s
ci / build-ref (refs/pull/731/head) (push) Failing after 2m20s
make cloud prefix optional to download buildx if driver is cloud
2024-12-12 10:30:19 -08:00
CrazyMax
8d5e0747fc
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-12-12 15:39:12 +01:00
CrazyMax
7199e57b35
make cloud prefix optional to download buildx if driver is cloud
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-12-12 15:39:12 +01:00
CrazyMax
db63cee3de
Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov-action-5
Some checks failed
ci / debug (push) Failing after 15s
ci / install (push) Failing after 16s
ci / use (false) (push) Failing after 15s
ci / use (true) (push) Failing after 15s
ci / driver (image=moby/buildkit:latest) (push) Failing after 16s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 15s
ci / docker-driver (push) Failing after 15s
ci / endpoint (push) Failing after 16s
ci / config (push) Failing after 15s
ci / config-inline (push) Failing after 15s
ci / with-qemu (, all) (push) Failing after 16s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 15s
ci / with-qemu (v0.9.1, all) (push) Failing after 15s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 16s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 15s
ci / build-ref (master) (push) Failing after 15s
ci / build-ref (refs/pull/731/head) (push) Failing after 16s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 15s
ci / standalone-cmd (push) Failing after 15s
ci / standalone-action (push) Failing after 16s
ci / standalone-install-error (push) Failing after 15s
ci / append (push) Failing after 15s
ci / platforms (push) Failing after 16s
ci / docker-context (push) Failing after 15s
ci / cleanup (false) (push) Failing after 15s
ci / cleanup (true) (push) Failing after 16s
ci / k3s (v0.10.5) (push) Failing after 15s
ci / k3s (v0.11.0) (push) Failing after 15s
ci / cache-binary (false) (push) Failing after 16s
ci / cache-binary (true) (push) Failing after 15s
build(deps): bump codecov/codecov-action from 4 to 5
2024-12-12 15:07:22 +01:00
CrazyMax
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
2024-12-12 15:07:04 +01:00
CrazyMax
686da9073d
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-12-12 15:04:35 +01:00
CrazyMax
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
2024-12-12 15:03:07 +01:00
dependabot[bot]
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>
2024-12-12 14:03:00 +00:00
CrazyMax
1a8ac74316
ci: fix deprecated input for codecov-action
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-12-12 15:02:42 +01:00
dependabot[bot]
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>
2024-11-18 23:00:07 +00:00
dependabot[bot]
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>
2024-11-15 04:48:17 +00:00
CrazyMax
0f069ddc17
Merge pull request #372 from crazy-max/publish-immutable-action
ci: publish as immutable action workflow
2024-10-26 00:40:56 +02:00
CrazyMax
d036b3238c
ci: publish as immutable action workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-10-25 13:22:55 +02:00
CrazyMax
460e45646d
Merge pull request #370 from docker/dependabot/npm_and_yarn/actions/core-1.11.1
build(deps): bump @actions/core from 1.10.1 to 1.11.1
2024-10-07 14:19:44 +02:00
CrazyMax
93aa1c807f
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-10-07 14:17:38 +02:00