Skip to content

Commit

Permalink
Update build.yml to support native runner
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jan 23, 2025
1 parent 35f154e commit 1ec091f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
image: ghcr.io/ls1intum/hades/hades-scheduler
- dockerfile: ./HadesCloneContainer/Dockerfile
image: ghcr.io/ls1intum/hades/hades-clone-container
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
uses: ls1intum/.github/.github/workflows/native-build-and-push-docker-image.yml@feat/native-runner
with:
image-name: ${{ matrix.image }}
docker-file: ${{ matrix.dockerfile }}

0 comments on commit 1ec091f

Please sign in to comment.