Skip to content

Commit

Permalink
added lines
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 6, 2024
1 parent 87db612 commit 51b8599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ docker build \
--platform linux/amd64 \
-t ghcr.io/vivarium-collective/biosimulator-processes:"${version}" .

docker push ghcr.io/vivarium-collective/biosimulator-processes:"${version}"
docker tag ghcr.io/vivarium-collective/biosimulator-processes:"${version}" ghcr.io/vivarium-collective/biosimulator-processes:latest
docker push ghcr.io/vivarium-collective/biosimulator-processes:latest

if [ "${run}" == "-r" ]; then
./scripts/run-container.sh "${version}"
fi

0 comments on commit 51b8599

Please sign in to comment.