mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 05:22:36 +02:00
test
This commit is contained in:
commit
9a5f9743a6
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
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/"
|
||||
}
|
14
.github/workflows/dockerimage.yml
vendored
Normal file
14
.github/workflows/dockerimage.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file 0.17/Dockerfile --tag bitcoind:$(date +%s)
|
Loading…
Reference in New Issue
Block a user