Skip to content

Akruidenberg/dockerfiles

 
 

Repository files navigation

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

About

🐳 A collection of delicious docker recipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 65.3%
  • Shell 28.5%
  • PHP 3.6%
  • HTML 2.6%