diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 0000000..e776c15 --- /dev/null +++ b/.github/workflows/build.yaml @@ -0,0 +1,10 @@ +name: build +on: [push, pull_request] +jobs: + build: + name: build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Build the Docker image + run: docker build .