Преглед изворни кода

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 \
     .