From 69ed85dc41dc52147ddc3bc36516225d2c0dfc95 Mon Sep 17 00:00:00 2001 From: EvangMM Date: Mon, 4 Nov 2024 11:28:01 +0100 Subject: [PATCH] fix --- .github/workflows/processor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/processor.yml b/.github/workflows/processor.yml index be7bbd4..5d6c20b 100644 --- a/.github/workflows/processor.yml +++ b/.github/workflows/processor.yml @@ -1,15 +1,13 @@ -name: Docker Image CI +name: Build processor image on: workflow_dispatch: jobs: - build: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Build the Docker image - run: make processor + - uses: actions/checkout@v4 + - name: Build the Docker image + run: make processor