Replace the old Docker-in-Docker build approach (plugins/docker) with the modern buildx plugin that natively supports BuildKit. This fixes: - "Cannot connect to the Docker daemon" errors (no DinD needed) - "the --mount option requires BuildKit" errors (buildx = BuildKit) - OOM in publish step (skopeo no longer needed, buildx pushes directly) Also removes the intermediate build-tag/skopeo-copy/publish dance — buildx pushes both versioned and latest tags in a single step. |
||
|---|---|---|
| .. | ||
| api.yml | ||
| frontend.yml | ||