repairnator
repairnator copied to clipboard
Re-enable continuous delivery
- [ ] add continuous delivery to Maven Central
- [ ] add continuous delivery to Dockerhub
Dockerhub delivery is a problem because we cannot do Docker in Docker on Eclipse Jenkins.
In the Eclipse-Jenkins docs they state that: You cannot currently build images on the cluster (i.e. docker build does not work). We plan to address this shortcoming shortly.
We could ssh into a build farm as an alternative.
How about we move this to GitHub Actions?
I will be willing to help you make this transformation.
Yes, we can do CD with Github Actions. Do you want to give it a try?