test: use docker buildx bake

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-08-29 20:19:58 +00:00
parent b0757a8b0e
commit c81c21478a
5 changed files with 7 additions and 20 deletions
+2 -3
View File
@@ -9,11 +9,10 @@ set -u
(
cd ../.. && \
npm ci && \
npm run assets \
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
docker buildx bake
)
docker compose up -d
attempt=1