k8spin/k8spin-operator

Change container registry. From dockerhub to GitHub

angelbarrera92 opened this issue · 1 comments

Description

Due to latests changes in Dockerhub free plans, we opt to move our container images from dockerhub to the internal GitHub registry

Proposal

Change makefile to fill GitHub registry instead of Dockerhub

Before

$ docker pull k8spin/k8spin-operator:latest

After

$ docker pull ghcr.io/k8spin/k8spin-operator:latest

Expected output

The pipeline has to push the new images to github registry instead of dockerhub