Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Nov 4, 2024
1 parent d9714eb commit 69ed85d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/processor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 69ed85d

Please sign in to comment.