diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 032cfda..0000000 --- a/.github/main.workflow +++ /dev/null @@ -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 ." -}