We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems fairly straight-forward, even a few easy library choices:
https://www.npmjs.com/package/dockerhub-webhook
The text was updated successfully, but these errors were encountered:
I believe this could all be done automatically on every push and without a domain, using github actions.
Here are some examples of existing setups that work with either the docker registry or the github container registry: https://github.com/AnalogJ/scrutiny/blob/master/.github/workflows/docker-nightly.yaml https://github.com/grocy/grocy-docker/blob/main/.github/workflows/publish.yml https://github.com/jesec/flood/blob/master/.github/workflows/publish-rolling.yml https://github.com/ajnart/homarr/blob/dev/.github/workflows/docker_dev.yml https://github.com/qdm12/gluetun/blob/master/.github/workflows/ci.yml
Sorry, something went wrong.
Thanks for the references! You're probably right, using an action is probably the way to go here. A quick search and I see https://github.com/Ilshidur/action-discord
So this will eventually change a little, but just for nightly tags this is good!
No branches or pull requests
Seems fairly straight-forward, even a few easy library choices:
https://www.npmjs.com/package/dockerhub-webhook
The text was updated successfully, but these errors were encountered: