fix multi-arch incompability with registry
This commit is contained in:
parent
1a5e591f4f
commit
60ec6b7e66
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -53,4 +53,4 @@ login:
|
|||
# docker build
|
||||
docker:
|
||||
docker buildx create --use
|
||||
docker buildx build --pull --platform {{ platforms }} --push -t {{ gitlab_image }} -t {{ etke_image }} .
|
||||
docker buildx build --pull --provenance=false --platform {{ platforms }} --push -t {{ gitlab_image }} -t {{ etke_image }} .
|
||||
|
|
|
|||
Loading…
Reference in a new issue