Browse Source

Simplify.

master
Damian Mee 5 years ago
committed by GitHub
parent
commit
90f7e0b26b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/main.workflow

7
.github/main.workflow

@ -1,14 +1,9 @@
workflow "build" {
on = "push"
resolves = ["new-action"]
resolves = ["GitHub Action for Docker"]
}
action "GitHub Action for Docker" {
uses = "actions/docker/cli@86ab5e854a74b50b7ed798a94d9b8ce175d8ba19"
runs = "docker build -t meedamian/bitcoind 0.17/"
}
action "new-action" {
uses = "owner/repo/path@ref"
needs = ["GitHub Action for Docker"]
}

Loading…
Cancel
Save