Images currently have to be built manually for both puppeteer-service-ts/Dockerfile and api/Dockerfile.
Commands I am using locally are:
docker build -f ./apps/api/Dockerfile -t trieve/firecrawl:v0.0.46 .
docker build -f ./apps/puppeteer-service-ts/Dockerfile -t trieve/puppeteer-service-ts:v0.0.7 .
This should be performed as a CI workflow which runs on every PR the same way in which images are built for trieve.