python -m pytest --cov=zarrcade --cov-report html -W ignore::DeprecationWarning
Run the Docker build, replacing <version>
with your version number:
cd docker/
export VERSION=<version>
docker build . --build-arg GIT_TAG=$VERSION -t ghcr.io/janeliascicomp/zarrcade:$VERSION
docker push ghcr.io/janeliascicomp/zarrcade:$VERSION
docker tag ghcr.io/janeliascicomp/zarrcade:$VERSION ghcr.io/janeliascicomp/zarrcade:latest
docker push ghcr.io/janeliascicomp/zarrcade:latest