Disable docker build cache
This commit is contained in:
parent
65e297d792
commit
5a90de4ef5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user