KeisukeYamashita / commitlint-rs

🔦 Lint commit messages with conventional commit messages
https://keisukeyamashita.github.io/commitlint-rs
Apache License 2.0
32 stars 8 forks source link

Docker image is no longer available on dockerhub #373

Closed savente93 closed 2 days ago

savente93 commented 2 days ago

Describe the bug

The docker image that is in the readme cannot be pulled and the docker badge in the readme leads to a 404

Config

N/A

Error message

Please paste the error message below:

Error response from daemon: pull access denied for 1915keke/commitlint, repository does not exist or may require 'docker login'

Expected behavior

The docker image is available for use as advertised

Version

N/A

KeisukeYamashita commented 2 days ago

@savente93 Hi, thank you for reaching out!

I forgot to include this change https://github.com/KeisukeYamashita/commitlint-rs/pull/369 in the previous release and only the document was updated.

Right now, the Docker image is available at 1915keke/commitlint-rs (with -rs). It will be 1915keke/commitlint from the next release.

Sorry for your confusion and thank you for your interest against commitlint-rs.