Forráskód Böngészése

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

Jeffrey Morgan 1 éve
szülő
commit
927e3ba4a4
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 \
     .