blob: a7d7bea468dbbab40da6fd9a18ceb1b9ee80812e [file] [log] [blame]
name: Docker Build
on:
push:
branches:
tags:
paths:
- "!**.md"
pull_request:
paths:
- "!**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build docker image
run: docker build ./tests/docker