-
Notifications
You must be signed in to change notification settings - Fork 141
Labels
A-new-distributionArea: new way to distribute or integrateArea: new way to distribute or integrateC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-decisionStatus: Waiting on a go/no-go before implementingStatus: Waiting on a go/no-go before implementing
Description
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
Metadata
Metadata
Assignees
Labels
A-new-distributionArea: new way to distribute or integrateArea: new way to distribute or integrateC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-decisionStatus: Waiting on a go/no-go before implementingStatus: Waiting on a go/no-go before implementing
Activity
epage commentedon Feb 7, 2022
That is a different project.
I have not published to docker hub because I've just no taken the time to
New dockerfile for crate-ci#427. Builds on demand
Merge pull request #431 from halkeye/dockerfile
froque commentedon Nov 22, 2022
I just learned that Docker can build the image themselves: https://docs.docker.com/docker-hub/builds/
weijiany commentedon Oct 8, 2024
Hi @epage I noticed that there's already a Dockerfile in the repository, but it seems that the image isn't being pushed to any external container registry, like Docker Hub or GHCR. Are there any plans to do this?
Having the image available in a public registry would be very helpful, especially for integrating this tool into other CI tools not only Github Action. It would streamline the process by allowing us to pull the image directly, rather than needing to build it ourselves.
epage commentedon Oct 8, 2024
@weijiany see #427 (comment) with #431 being the only update since then.
If there is a quick resource on getting this up and going where I do not need to intervene for each release, I will add it.
feat(gha): add docker push github action
georgettica commentedon Oct 18, 2024
Does anyone want to add more 👀 to my PR?
feat(gha): add docker push github action
feat(gha): add docker push github action