add action to build docker image

This commit is contained in:
Jack Robison 2022-03-31 10:52:16 -04:00
parent 7d78589510
commit bfe48494c1
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

13
.github/workflows/docker-image.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Docker Image CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file docker/Dockerfile -t lbry/scribe:master