https://hub.docker.com/u/gists/
The action is triggered by workflows push paths event or the repo's dispatch event.
Fork this repo, get your own personal access token.
POST /repos/:owner/:repo/dispatches
Trigger with curl command, example,
curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
-H "Authorization: token your-personal-token" \
--request POST \
--data '{"event_type": "frp-build"}' \
https://api.github.com/repos/vgist/dockerfiles/dispatches
or
curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
-H "Authorization: token your-personal-token" \
--request POST \
--data '{"event_type": "frp-build", "client_payload": { "version": "0.33.0"}}' \
https://api.github.com/repos/vgist/dockerfiles/dispatches