Feat : github image cicd
when relase published make github docker image.
Looks good to me do you mind adding a test thanks!
I'm not sure what does test mean. This only do build and publish image when released. I think it should be tested and prepared for publish
I'm not sure what does test mean. This only do build and publish image when released. I think it should be tested and prepared for publish
I mean just adding a screenshot of successful run of the .yaml file.
Ok that's fine I'll add that later
This is one exmple running github cicd. https://github.com/v1xingyue/eliza/actions/runs/12220378514/job/34088113118 I think this is enough for test.
But there is something wrong with pnpm run build in docker image.
So I just modify it with :
"build": "turbo run build"
Done. Seems package.json provide pnpm build-docker command . I change it in Dockerfile .