#can i use dagger as a drop in
1 messages · Page 1 of 1 (latest)
Maybe. Tell me more! 🙏
What would a drop in replacement experience look like for you?
Today you can use the dagger CLI and run the same containerized pipeline anywhere, including on GHA or locally.
https://docs.dagger.io/manuals/administrator/ci/
You can also use a convenience action that takes care of installing dagger for you and calling your function: https://github.com/dagger/dagger-for-github
or you can even generate the whole GHA workflow that is ready to run your Dagger function instead of messing around with manual editing of YAML: https://github.com/shykes/gha
There is also a fun project (not yet updated to latest Dagger version) that aims to run existing GHA YAML workflows within Dagger itself! https://github.com/aweris/gale
GitHub Action for Dagger. Contribute to dagger/dagger-for-github development by creating an account on GitHub.
i want to publish a package to pypi. I tried using github actions but it is unreadable yaml. I just never got into that whole devops/workflow stuff and i want to enter that world but i do not want to do it through github actions
so ive been mainly looking through tools like dagger, pipelight, earthly, etc.