mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(containers): improve building images
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user