Fix build.sh

pull/24/head
Aloïs Micard 4 years ago
parent 325c6ef175
commit 0ee5ce2246
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

@ -3,5 +3,5 @@
# build docker images
for path in build/docker/Dockerfile-*; do
name=$(echo "$path" | cut -d'-' -f2)
docker build . -f "$path" -t "creekorful/tdsh-$name"
docker build . -f "$path" -t "creekorful/tdsh-$name:latest"
done

Loading…
Cancel
Save