mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-03 15:52:35 +02:00
10 lines
239 B
HCL
10 lines
239 B
HCL
workflow "build" {
|
|
on = "push"
|
|
resolves = ["GitHub Action for Docker"]
|
|
}
|
|
|
|
action "GitHub Action for Docker" {
|
|
uses = "actions/docker/cli@86ab5e854a74b50b7ed798a94d9b8ce175d8ba19"
|
|
runs = "docker build -t meedamian/bitcoind 0.17/"
|
|
}
|