Hello I am looking for some advice completing my CI/CD pipeline. I run a homelab with many container managed with docker compose files. Some of those docker containers are made from images built by myself. I have created half of a CI/CD but I am missing the final step.
Currently I have a workflow built with Github Actions where I build and push docker images to Github Container Registry on every push to the main branch, but I don’t know how to automate the final part where my homelab would push the images and relaunch the compose stack
I would appreciate any tips, thank you very much
You must log in or register to comment.
Check out Covalent - think this might be what youre after (https://github.com/AgnostiqHQ/covalent)