Skip to content

Commit

Permalink
Change path to dockerfile in build docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mang committed Sep 1, 2024
1 parent 41ea4da commit 06bd13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: .docker/client/Dockerfile
- dockerfile: ./docker/client/Dockerfile
image: ghcr.io/ls1intum/thaii/client
context: .
path: client
- dockerfile: .docker/server/Dockerfile
- dockerfile: ./docker/server/Dockerfile
image: ghcr.io/ls1intum/thaii/server
context: .
path: server
Expand Down

0 comments on commit 06bd13a

Please sign in to comment.