actions-gh-pages/.github/main.workflow
2019-05-22 06:53:54 +09:00

10 lines
187 B
HCL

workflow "Main workflow" {
on = "push"
resolves = ["docker-build"]
}
action "docker-build" {
uses = "actions/docker/cli@master"
args = "build -t peaceiris/actions-gh-deploy ."
}