hub/.github/workflows/docker-image.yml
2022-03-31 10:52:16 -04:00

13 lines
254 B
YAML

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