Skip to content

Commit

Permalink
change repo name to lowercase in image name in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mang committed Aug 20, 2024
1 parent 6f4b07e commit 159b6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- main # or the branch you want to deploy from
- develop # or the branch you want to deploy from

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
backend:
container_name: server
hostname: server
image: ghcr.io/ls1intum/Thaii/server:latest
image: ghcr.io/ls1intum/thaii/server:latest
build:
context: .
dockerfile: docker/server/Dockerfile
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
client:
container_name: client
hostname: client
image: ghcr.io/ls1intum/Thaii/client:latest
image: ghcr.io/ls1intum/thaii/client:latest
build:
context: .
dockerfile: docker/client/Dockerfile
Expand Down

0 comments on commit 159b6d6

Please sign in to comment.