From 8d65106425190ba15b2bc542d9a4fcb0181b881c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 11:16:45 +0100 Subject: Makefile: remove docker/build recipe It's kinda counter-productive to have it, since it's exactly the same as compose/build. --- .github/workflows/ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74114b9..3ffed23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,15 +6,6 @@ on: workflow_dispatch: jobs: - docker: - runs-on: ubuntu-latest - name: Build / docker build - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Build /w docker build - run: make docker/build - compose: runs-on: ubuntu-latest name: Build / docker-compose @@ -37,7 +28,7 @@ jobs: make buildx/rm publish: - needs: [docker, compose, buildx] + needs: [compose, buildx] strategy: matrix: project: [dump1090, fr24feed] -- cgit v1.2.3