فهرست منبع

tag image with correct version when building with `build_docker` script

Jeffrey Morgan 1 سال پیش
والد
کامیت
927e3ba4a4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/build_docker.sh

+ 1 - 1
scripts/build_docker.sh

@@ -13,5 +13,5 @@ docker buildx build \
     --cache-from type=local,src=.cache \
     --cache-to type=local,dest=.cache \
     -f Dockerfile \
-    -t ollama \
+    -t ollama/ollama:$VERSION \
     .