e468171a9d
Merge pull request #429 from crazy-max/fix-keep-state
...
fix keep-state not being respected
v3
v3.11.1
2025-06-18 10:37:30 +02:00
a3e7502fd0
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-06-17 17:34:10 +02:00
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
18ce135bb5
Merge pull request #425 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.62.1
...
build(deps): bump @docker/actions-toolkit from 0.61.0 to 0.62.1
v3.11.0
2025-06-16 14:26:28 +02:00
0e198e93af
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-06-14 00:34:03 +02:00
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
622913496d
Merge pull request #427 from crazy-max/keep-state
...
Keep BuildKit state support
2025-06-13 11:57:41 -07:00
c6f6a07025
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-06-13 18:37:56 +02:00
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
548b297749
ci: keep-state check
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-06-13 18:37:56 +02:00
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
4143b5899b
Support to retain cache
...
Signed-off-by: Balaji Arun <balajia@vt.edu >
2025-06-13 18:05:09 +02:00
3f1544eb9e
Merge pull request #139 from hashhar/hashhar/cleanup-aliases
...
Remove aliases created by buildx when installing by default
2025-05-21 12:04:20 +02:00
f3204bbfac
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-05-21 12:01:07 +02:00
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
e600775e52
Merge pull request #422 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0
...
build(deps): bump @docker/actions-toolkit from 0.56.0 to 0.61.0
2025-04-24 11:30:53 +02:00
b2b2ffa946
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-04-24 11:22:25 +02:00
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
8998bbe94b
Merge pull request #420 from crazy-max/pr-assign-author
...
pr-assign-author workflow
2025-04-23 16:10:00 +02:00
830833e0c7
pr-assign-author workflow
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-04-23 14:18:49 +02:00
941183f0a0
Merge pull request #413 from crazy-max/ci-dispatch
...
ci: add workflow_dispatch event
2025-03-28 10:00:25 +01:00
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
afeb29a6e0
Merge pull request #411 from crazy-max/test-windows
...
ci: test container builder on windows
2025-03-12 15:56:50 +01:00
b560416601
Merge pull request #412 from crazy-max/ci-bump-ubuntu
...
ci: bump to ubuntu-latest
2025-03-12 15:56:34 +01:00
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
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
b5ca514318
Merge pull request #408 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.56.0
...
build(deps): bump @docker/actions-toolkit from 0.54.0 to 0.56.0
v3.10.0
2025-02-26 15:35:00 +01:00
1418a4ef33
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-26 15:32:43 +01:00
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
f7ce87c1d6
Merge pull request #404 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.54.0
...
build(deps): bump @docker/actions-toolkit from 0.53.0 to 0.54.0
v3.9.0
2025-02-06 14:25:21 +01:00
aa1e2a0b49
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-02-06 14:17:41 +01:00
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
ba31df4664
Merge pull request #402 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.53.0
...
build(deps): bump @docker/actions-toolkit from 0.48.0 to 0.53.0
2025-01-24 10:26:10 +01:00
5475af18ec
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2025-01-24 10:21:34 +01:00
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
6a25f988bd
Merge pull request #396 from crazy-max/bake-v6
...
update bake-action to v6
2025-01-08 18:54:07 +01:00
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
6524bf65af
Merge pull request #390 from crazy-max/buildx-cloud-latest
...
make cloud prefix optional to download buildx if driver is cloud
v3.8.0
2024-12-12 10:30:19 -08:00
8d5e0747fc
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-12-12 15:39:12 +01:00
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
db63cee3de
Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov-action-5
...
build(deps): bump codecov/codecov-action from 4 to 5
2024-12-12 15:07:22 +01:00
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
686da9073d
chore: update generated content
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com >
2024-12-12 15:04:35 +01:00
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
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
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
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
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
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
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