Skip to content

Commit

Permalink
Update build.yml to fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Jan 23, 2025
1 parent 1ec091f commit b622bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ 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
image: ls1intum/hades/hades-clone-container
uses: ls1intum/.github/.github/workflows/native-build-and-push-docker-image.yml@feat/native-runner
with:
image-name: ${{ matrix.image }}
Expand Down

0 comments on commit b622bed

Please sign in to comment.