#Build own CI/CD

2 messages · Page 1 of 1 (latest)

dire sonnet
#

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.

GitHub

Contribute to trueberryless-org/mutanuq development by creating an account on GitHub.

#

Furthermore, I would like to expand CI for Pull Request, like Starlight does currently...