Browse Source

Update dockerimage.yml

master
Damian Mee 5 years ago
committed by GitHub
parent
commit
99c59cfd77
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/workflows/dockerimage.yml

14
.github/workflows/dockerimage.yml

@ -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…
Cancel
Save