Comment by fmbb 10 days ago What’s the difference?Pushing images is a oneliner. 1 comment fmbb Reply NewJazz 10 days ago In gitlab, yes (well, two lines, login then push). In forgejo, there is no cicd token that gives you scoped access to the built in container registry. You must create a long lived token and add it as a secret to the repo you want to push from.See here: https://mteixeira.wordpress.com/2025/02/03/my-self-hosted-fo...
NewJazz 10 days ago In gitlab, yes (well, two lines, login then push). In forgejo, there is no cicd token that gives you scoped access to the built in container registry. You must create a long lived token and add it as a secret to the repo you want to push from.See here: https://mteixeira.wordpress.com/2025/02/03/my-self-hosted-fo...
In gitlab, yes (well, two lines, login then push). In forgejo, there is no cicd token that gives you scoped access to the built in container registry. You must create a long lived token and add it as a secret to the repo you want to push from.
See here: https://mteixeira.wordpress.com/2025/02/03/my-self-hosted-fo...