mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Fix docker build script for releases
This commit is contained in:
parent
e22683c9f6
commit
d6d2793554
@ -62,7 +62,7 @@ if [[ $version == *SNAPSHOT* ]]; then
|
|||||||
else
|
else
|
||||||
echo ">>>> Building release images for $version <<<<<"
|
echo ">>>> Building release images for $version <<<<<"
|
||||||
echo "============ Building Tools ============"
|
echo "============ Building Tools ============"
|
||||||
docker build \
|
docker buildx build \
|
||||||
--platform="$platforms" $push \
|
--platform="$platforms" $push \
|
||||||
--build-arg version=$version \
|
--build-arg version=$version \
|
||||||
--tag docspell/tools:v$version \
|
--tag docspell/tools:v$version \
|
||||||
@ -70,7 +70,7 @@ else
|
|||||||
-f tools.dockerfile .
|
-f tools.dockerfile .
|
||||||
|
|
||||||
echo "============ Building Restserver ============"
|
echo "============ Building Restserver ============"
|
||||||
docker build \
|
docker buildx build \
|
||||||
--platform="$platforms" $push \
|
--platform="$platforms" $push \
|
||||||
--build-arg version=$version \
|
--build-arg version=$version \
|
||||||
--tag docspell/restserver:v$version \
|
--tag docspell/restserver:v$version \
|
||||||
@ -78,7 +78,7 @@ else
|
|||||||
-f restserver.dockerfile .
|
-f restserver.dockerfile .
|
||||||
|
|
||||||
echo "============ Building Joex ============"
|
echo "============ Building Joex ============"
|
||||||
docker build \
|
docker buildx build \
|
||||||
--platform="$platforms" $push \
|
--platform="$platforms" $push \
|
||||||
--build-arg version=$version \
|
--build-arg version=$version \
|
||||||
--tag docspell/joex:v$version \
|
--tag docspell/joex:v$version \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user