Skip to content

Commit

Permalink
CI: Update build.yml to support native runner (#170)
Browse files Browse the repository at this point in the history
* Update build.yml to support native runner

* Update build.yml to fix naming

* Pin version to 1.0.0 in build.yml
  • Loading branch information
robertjndw authored Jan 28, 2025
1 parent e13b091 commit f7b35a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
matrix:
include:
- dockerfile: ./HadesAPI/Dockerfile
image: ghcr.io/ls1intum/hades/hades-api
image: ls1intum/hades/hades-api
- dockerfile: ./HadesScheduler/Dockerfile
image: ghcr.io/ls1intum/hades/hades-scheduler
image: 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
image: ls1intum/hades/hades-clone-container
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@v1.0.0
with:
image-name: ${{ matrix.image }}
docker-file: ${{ matrix.dockerfile }}

0 comments on commit f7b35a2

Please sign in to comment.