From 514f16d51d186f832ff3a57f2fe3f86ffe21ddb1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 24 Jan 2021 19:44:38 +0300 Subject: workflows/ci.yml: remove manual Docker builds --- .github/workflows/ci.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e7bc5f..b8233a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,32 +68,8 @@ jobs: run: ./test/stress_test.sh ../install if: runner.os == 'Linux' - native: - needs: [build] - runs-on: ubuntu-18.04 - name: 'Docker: build native images' - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Build native images - run: make docker/build - - compose: - needs: [build] - runs-on: ubuntu-18.04 - name: 'Docker: build using Compose' - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Build using Compose - run: make compose/build - publish: - needs: [lint, native, compose] + needs: [lint] strategy: matrix: project: [client, server] -- cgit v1.2.3