bugfest / tor-controller

Tor toolkit for Kubernetes (Tor instances, onion services and more)
Apache License 2.0
102 stars 16 forks source link

[REQUEST] Setup CI to build quay images in this repo #54

Closed codekow closed 1 year ago

codekow commented 1 year ago

Is your feature request related to a problem? Please describe. It's not clear how container images are being built and pushed to quay. Is there automation somewhere else I don't know about that pushes images into quay?

Describe the solution you'd like Can we use github actions in this repo to maintain container images in quay?

Describe alternatives you've considered Not caring - But I do care 😄

drGrove commented 1 year ago

It appears this is already configured

https://github.com/bugfest/tor-controller/actions/runs/4421088778/workflow https://github.com/bugfest/tor-controller/blob/master/.github/workflows/main-tag.yml

bugfest commented 1 year ago

Hi @codekow, images CI workflows are defined at https://github.com/bugfest/tor-controller/tree/master/.github/workflows and are executed as GH Actions as @drGrove mentions in his comment