jenkins-x / issues

Issue tracker for Jenkins X v3
1 stars 0 forks source link

fix the container image repo/tag in the master/main branches #44

Open vbehar opened 3 years ago

vbehar commented 3 years ago

now that we switched to GHCR instead of GCR, the master/main branches of the git repos are still referencing the old gcr repo. it's confusing people and we should fix it (note that the tags in git have the right ghcr repo)

also the image tag (version) is usually an old one in the master/main branches. we should publish a latest tag in ghcr (similar to what we did in lighthouse with https://github.com/jenkins-x/lighthouse/pull/1320), and use it in the master/main branch

msvticket commented 2 years ago

It's unclear what repos you mean. Is there anything left to do?