diff --git a/.github/workflows/backend-pipeline.yml b/.github/workflows/backend-pipeline.yml index 87b3d28..5b4c35d 100644 --- a/.github/workflows/backend-pipeline.yml +++ b/.github/workflows/backend-pipeline.yml @@ -88,18 +88,6 @@ jobs: - name: Test run: | task be:test - docker-build: - runs-on: ubuntu-latest - name: Build Development Docker Image - steps: - - uses: actions/checkout@v4 - - name: Setup Task - uses: arduino/setup-task@v1 - with: - version: ${{ inputs.task-version }} - - name: Build - run: | - task be:docker-build notify-success: runs-on: ubuntu-latest name: Notify success