mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-27 20:42:30 +02:00
Update dockerimage.yml
This commit is contained in:
parent
90f7e0b26b
commit
99c59cfd77
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