Disable docker build cache

This commit is contained in:
Elara 2022-12-21 11:36:39 -08:00
parent 65e297d792
commit 5a90de4ef5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
docker buildx build --platform linux/amd64 --tag arsen6331/lure-web:amd64 .
docker buildx build --platform linux/arm64/v8 --tag arsen6331/lure-web:arm64 .
docker buildx build --platform linux/amd64 --tag arsen6331/lure-web:amd64 --no-cache .
docker buildx build --platform linux/arm64/v8 --tag arsen6331/lure-web:arm64 --no-cache .
docker login
docker push arsen6331/lure-web -a