Switch CI builds from docker build to docker buildx build
The legacy Docker builder is deprecated and will be removed in a future release. BuildKit (via buildx) is the replacement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
19741021d6
commit
f40cec47da
3 changed files with 2 additions and 7 deletions
1
docs/changelog.d/fix-docker-buildx.infra.md
Normal file
1
docs/changelog.d/fix-docker-buildx.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Switch CI container builds from deprecated `docker build` to `docker buildx build` (BuildKit).
|
||||
Loading…
Add table
Add a link
Reference in a new issue