Is your feature request related to a problem? Please describe.
I am working on integrating this project into CICD pipelines & dockerfile (great project BTW 💯 )
Describe the solution you'd like
A GitHub actions workflow to build the project into a docker image would be awesome to see.
Describe alternatives you've considered
I currently scrape the github api with $(curl -s https://api.github.com/repos/D00Movenok/BounceBack/releases/latest | jq -r '.tag_name' | sed 's/^v//'); and unzip the release folder but would prefer a more uniform solution.
Is your feature request related to a problem? Please describe.
I am working on integrating this project into CICD pipelines & dockerfile (great project BTW 💯 )
Describe the solution you'd like
A GitHub actions workflow to build the project into a docker image would be awesome to see.
Describe alternatives you've considered
I currently scrape the github api with
$(curl -s https://api.github.com/repos/D00Movenok/BounceBack/releases/latest | jq -r '.tag_name' | sed 's/^v//');and unzip the release folder but would prefer a more uniform solution.