Skip to content

Commit

Permalink
Adding new workflow for build (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
perone committed Aug 9, 2019
1 parent f3e085f commit 08e41ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/build.workflow
@@ -0,0 +1,8 @@
workflow "Build" {
on = "push"
resolves = ["build_action"]
}

action "build_action" {
uses = "./docker/package"
}

0 comments on commit 08e41ce

Please sign in to comment.