This PR adds workflows for publishing missing images to GHCR. It also fixes Dockerfiles and the Devspace configuration so we now use GHCR images.
We are currently unable to publish images with certificates baked in. This will be addressed in a subsequent PR, as certificates will be moved to K8s secrets.
To-do
[x] Add workflow for Python Job Base
[x] Add workflow for Nuclei Job Base
[x] Remove certs from Dockerfiles (I have a working PoC, just need to apply it to all services)
This PR adds workflows for publishing missing images to GHCR. It also fixes Dockerfiles and the Devspace configuration so we now use GHCR images.
We are currently unable to publish images with certificates baked in. This will be addressed in a subsequent PR, as certificates will be moved to K8s secrets.
To-do