remove: GitHub Actions v1 workflow setting

This commit is contained in:
peaceiris 2019-08-22 02:45:13 +09:00
parent 5af287f677
commit 5b4ace2ae6
1 changed files with 0 additions and 9 deletions

View File

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