opencve / opencve-docker

Docker Image packaging for OpenCVE
https://www.opencve.io
Other
41 stars 38 forks source link

Added github actions to build and publish docker image #17

Open D3N14L opened 3 years ago

D3N14L commented 3 years ago

This adds a github action to build and publish the docker image to docker hub.

It just requires two secrets to be set on the github repo:

The action is only triggered on publish events of a release on the github project.

Having the docker images published to docker hub would be very helpful during the devlopment of my helm chart.

D3N14L commented 3 years ago

This solves #16 .

D3N14L commented 2 years ago

@ldurnez @ncrocfer trying to move further with the helm chart, but the missing docker containers are a bit of a blocker... Any chance you could review this "sometime soon"?