typos icon indicating copy to clipboard operation
typos copied to clipboard

Not available dockerhub/external repo for dockerfile

Open georgettica opened this issue 3 years ago • 5 comments

I found https://hub.docker.com/r/typoci/spellcheck-action

But it seems very old

If you vae something the README.md should reflex this to allow this very tool to be used outside of github-actions

georgettica avatar Feb 05 '22 17:02 georgettica

That is a different project.

I have not published to docker hub because I've just no taken the time to

  • Create a more general docker image (the current one is focused purely on the action)
  • Looked into the process for uploading an image from CI (since I don't want to do it manually).

epage avatar Feb 07 '22 15:02 epage

Looked into the process for uploading an image from CI (since I don't want to do it manually).

I just learned that Docker can build the image themselves: https://docs.docker.com/docker-hub/builds/

froque avatar Nov 22 '22 10:11 froque