Can anyone please help me setup a Continuous Integration with Github Actions for my Starlight project? Check out my repo for all current configs: https://github.com/trueberryless-org/mutanuq (I look forward to someone creating a PR which fixes my yml file)
I just want to build and push a new docker image and test the functionality beforehand, on every push to main branch.
I already have a pipeline for the easy stuff but it isn't able to resolve packages (see first screenshot).
These is my current workflow file.