chore(containers): improve building images

This commit is contained in:
Michele Cereda
2025-06-18 19:38:47 +02:00
parent 881360d5bc
commit 3467328c89
3 changed files with 19 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ docker buildx build -t 'someTag' '.'
docker buildx build '.' -t 'someTag' --platform 'linux/amd64' --progress=plain --no-cache
# Remove build cache and leftovers
docker builder prune -a
docker buildx prune
docker buildx prune -a
# Check logs