From ddd3679fe40597c0a18f11e098e79b803d3f345a Mon Sep 17 00:00:00 2001 From: viktor_petukhov Date: Wed, 2 Aug 2023 08:33:14 -0400 Subject: [PATCH] Fixed README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12eed60..c3ddeb1 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ LazyModules_lazyload=false julia --project ./deps/build.jl app # ...test transferability... zip -r "baysor-x86_x64-linux-${BAYSOR_VERSION}_build.zip" LICENSE README.md ./bin/baysor/* +git push origin master docker build -t vpetukhov/baysor:latest -t "vpetukhov/baysor:$BAYSOR_VERSION" --build-arg CACHEBUST=$(date +%s) . git tag -a $BAYSOR_VERSION -m $BAYSOR_VERSION git push origin master --tags