Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:verdaccio/local-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Feb 14, 2019
2 parents 304dfa8 + 7b7ad10 commit 047664d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
workflow "New workflow" {
on = "push"
resolves = ["GitHub Action for Docker"]
}

action "GitHub Action for Docker" {
uses = "actions/docker/cli@8cdf801b322af5f369e00d85e9cf3a7122f49108"
args = "build ."
}

0 comments on commit 047664d

Please sign in to comment.