Commit a7d7e73a authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

updaate docker build

parent fd52d3c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ git add -u
git commit -m "update documentation for $version"
git tag $version
git push --no-verify origin master
echo "building Docker container version $version"podman build -t universc:$version .
echo "building Docker container version $version"
podman build -t universc:$version .
podman tag  universc:$version universc:latest
podman tag universc:$version tomkellygenetics/universc:latest
podman tag universc:$version tomkellygenetics/universc:$version