Commit 832b263
fix: enable Docker Buildx to eliminate legacy builder deprecation warnings
Adds Docker Buildx setup to test.yml and trivy.yml workflows to resolve
deprecation warnings and align with production workflows.
Changes:
- test.yml: Add docker/setup-buildx-action@v3 after macOS Docker setup
- trivy.yml: Add docker/setup-buildx-action@v3 before image builds
Benefits:
- Removes "The legacy builder is deprecated" warnings from all workflows
- Aligns with production workflows (create-release.yml, build-qa-docker.yml)
- Enables BuildKit for faster builds and better caching
- No changes required to existing docker build commands
- Future-proofs workflows before legacy builder removal
All workflows now use consistent Docker build approach:
✅ create-release.yml - Already using Buildx
✅ build-qa-docker.yml - Already using Buildx
✅ test.yml - Now using Buildx (this PR)
✅ trivy.yml - Now using Buildx (this PR)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 34ac0db commit 832b263
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments