2
0
Эх сурвалжийг харах

only load image into docker when building, and push on deploy

Nick Sweeting 2 жил өмнө
parent
commit
4b26ab9d1f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      bin/build_docker.sh

+ 1 - 1
bin/build_docker.sh

@@ -66,7 +66,7 @@ check_platforms || (recreate_builder && check_platforms) || exit 1
 
 echo "[+] Building archivebox:$VERSION docker image..."
 #docker build . \
-docker buildx build --platform "$REQUIRED_PLATFORMS" --push . \
+docker buildx build --platform "$REQUIRED_PLATFORMS" --load . \
                -t archivebox \
                -t archivebox:$TAG_NAME \
                -t archivebox:$VERSION \