aboutsummaryrefslogtreecommitdiffstats
path: root/.github/main.workflow
blob: 754988dae4821647b2ee9220248ab1e554a0fa2b (plain) (blame)
1
2
3
4
5
6
7
8
9
workflow "Trigger Docker Hub build" {
  on = "tag"
  resolves = ["Call Docker Hub"]
}

action "Call Docker Hub" {
  uses = "swinton/httpie.action@master"
  args = ["POST", "https://hub.docker.com/api/build/v1/source/83564f19-c21a-4dae-9690-971aee3b2a3b/trigger/6a6767a6-7d0d-4050-9055-958552e53b98/call/", ""]
}