phrase / phrase-cli

CLI for the Phrase API
https://developers.phrase.com
MIT License
42 stars 6 forks source link

There is no "latest" tag in your docker releases #88

Closed toinebeg closed 2 years ago

toinebeg commented 2 years ago

Hi, We use your docker image to integrate phrase in our app. I saw that you don't provide a version tagged latest. It's only a minor inconvenience, I used the tag 2.3.0 of your last release but it would be a QOL improvement to have the latest tag.

Is there a particular reason not to provide it ?

You would need to do a second docker push in build/release.sh with another image name like IMAGE_LATEST=${IMAGE_PREFIX}:latest

SergeyMokhov commented 2 years ago

I noticed that too. Latest tag helps automatically stay up to date and I would say is de facto standard for companies providing docker images.

forelabs commented 2 years ago

Thanks for the feedback. We have worked on that part and will make it available in the near future!