mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
only load image into docker when building, and push on deploy
This commit is contained in:
parent
9fa210515e
commit
4b26ab9d1f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ check_platforms || (recreate_builder && check_platforms) || exit 1
|
||||||
|
|
||||||
echo "[+] Building archivebox:$VERSION docker image..."
|
echo "[+] Building archivebox:$VERSION docker image..."
|
||||||
#docker build . \
|
#docker build . \
|
||||||
docker buildx build --platform "$REQUIRED_PLATFORMS" --push . \
|
docker buildx build --platform "$REQUIRED_PLATFORMS" --load . \
|
||||||
-t archivebox \
|
-t archivebox \
|
||||||
-t archivebox:$TAG_NAME \
|
-t archivebox:$TAG_NAME \
|
||||||
-t archivebox:$VERSION \
|
-t archivebox:$VERSION \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue