Skip to content

Commit

Permalink
Update build.yml to use org image tag (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Apr 30, 2024
1 parent 26b3b37 commit 9a3d31f
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 @@ -19,11 +19,11 @@ jobs:
matrix:
include:
- dockerfile: ./HadesAPI/Dockerfile
image: ghcr.io/mtze/hades/hades-api
image: ghcr.io/ls1intum/hades/hades-api
- dockerfile: ./HadesScheduler/Dockerfile
image: ghcr.io/mtze/hades/hades-scheduler
image: ghcr.io/ls1intum/hades/hades-scheduler
- dockerfile: ./HadesCloneContainer/Dockerfile
image: ghcr.io/mtze/hades/hades-clone-container
image: ghcr.io/ls1intum/hades/hades-clone-container

steps:
- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit 9a3d31f

Please sign in to comment.