Explorar o código

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

Jeffrey Morgan hai 1 ano
pai
achega
927e3ba4a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \
     .