From 62f72e94556e093099c58eae6e2b0366f72d79c9 Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Wed, 18 Dec 2019 11:39:57 +0500 Subject: Docker environment added --- .github/workflows/ci-build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.github/workflows/ci-build.yml') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3031cbb4..63b95c72 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -89,3 +89,18 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: + + image: + name: Build docker image + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v1 + with: + fetch-depth: 1 + + - name: Build image + run: docker build -t roadrunner -f Dockerfile . + + - name: Try to execute + run: docker run --rm roadrunner -v -- cgit v1.2.3