- Update version number in
build_dockerfile.sh
- Build it
./build_dockerfile.sh
- Login to Docker content registry, see official documentation, tll;dr: Create PAT token in Github developer settings, add it to your env via
.bashrc
for exampleexport CR_PAT=YOUR_TOKEN
, login withecho $CR_PAT | docker login ghcr.io -u spectacularai --password-stdin
. Username is intentionally organization. - Push your results to registry (update version number here), THEY ARE IMMEDIATELY PUBLIC
docker push ghcr.io/spectacularai/depthai-library:1.0