diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 11 |
1 files changed, 1 insertions, 10 deletions
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] |