tag image with correct version when building with build_docker script

This commit is contained in:
Jeffrey Morgan 2023-11-22 14:32:09 -05:00
parent 37d95157df
commit 927e3ba4a4

View file

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