mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-25 03:22:30 +02:00
Update main.workflow
This commit is contained in:
parent
9cf5449860
commit
dc25cc374e
9
.github/main.workflow
vendored
9
.github/main.workflow
vendored
@ -1,9 +1,14 @@
|
|||||||
workflow "build" {
|
workflow "build" {
|
||||||
resolves = ["GitHub Action for Docker"]
|
on = "push"
|
||||||
on = "check_run"
|
resolves = ["new-action"]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "GitHub Action for Docker" {
|
action "GitHub Action for Docker" {
|
||||||
uses = "actions/docker/cli@86ab5e854a74b50b7ed798a94d9b8ce175d8ba19"
|
uses = "actions/docker/cli@86ab5e854a74b50b7ed798a94d9b8ce175d8ba19"
|
||||||
runs = "docker build -t meedamian/bitcoind 0.17/"
|
runs = "docker build -t meedamian/bitcoind 0.17/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
action "new-action" {
|
||||||
|
uses = "owner/repo/path@ref"
|
||||||
|
needs = ["GitHub Action for Docker"]
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user