opencve-docker icon indicating copy to clipboard operation
opencve-docker copied to clipboard

Added github actions to build and publish docker image

Open D3N14L opened this issue 4 years ago • 2 comments

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:

  • DOCKERHUB_USERNAME
  • DOCKERHUB_TOKEN

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 avatar Oct 17 '21 21:10 D3N14L

This solves #16 .

D3N14L avatar Oct 17 '21 21:10 D3N14L

@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"?

D3N14L avatar Nov 26 '21 10:11 D3N14L