wemake-services / kira-release

:chipmunk: Kira's micro-bot to release your code and track changes
https://hub.docker.com/r/wemakeservices/kira-release
MIT License
5 stars 1 forks source link

Custom gitlab registry #128

Open mazlum opened 2 years ago

mazlum commented 2 years ago

Hello,

It's awesome. And thank you for it.

But I think it's not working with custom gitlab registry.

image

When i look source code semantic-release-gitlab-docker. It uses gitlab registry as hard coded.

https://gitlab.com/foxfarmroad/semantic-release-gitlab-docker/-/blob/master/lib/publish.js

Can i use this bot with custom gitlab registry.

sobolevn commented 2 years ago

I am open to accept a PR with a different publishing solution!

mazlum commented 2 years ago

Okay. I can do it.

But semantic-release-gitlab-docker not updated for a long time. Maybe we can fork it.

What do you think @sobolevn

sobolevn commented 2 years ago

Maybe there are other libs? Or we can just use a custom script right here?

mazlum commented 2 years ago

I have looked some other libraries but i did not found any good one. Maybe I can import semantic-release-gitlab-docker to work with envs. I thinks its a good choice.

mazlum commented 2 years ago

Hi @sobolevn

There is a alternative repo for it

https://www.npmjs.com/package/@alexbabel/semantic-release-docker

What do yo think? Maybe we can use it.

sobolevn commented 2 years ago

Yes, let's try it!