-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request