Skip to content

Commit

Permalink
Fix matrix build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtze committed Sep 22, 2023
1 parent e737141 commit eec3131
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 @@ -11,9 +11,9 @@ jobs:
matrix:
include:
- dockerfile: ./HadesAPI/Dockerfile
image: ghcr.io/Mtze/hadesAPI
- dockerfile: ./server/Dockerfile
image: ghcr.io/ls1intum/prompt/prompt-server
image: ghcr.io/mtze/hades/hades-api
- dockerfile: ./HadesScheduler/Dockerfile
image: ghcr.io/mtze/hades/hades-schduler-k8s
steps:
- name: Compute Tag
uses: actions/github-script@v6
Expand Down

0 comments on commit eec3131

Please sign in to comment.