Update dockerimage.yml

This commit is contained in:
Damian Mee 2019-08-15 05:52:47 +07:00 committed by GitHub
parent 90f7e0b26b
commit 99c59cfd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/dockerimage.yml vendored Normal file
View 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)