Skip to content

Commit

Permalink
change image name to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mang committed Aug 20, 2024
1 parent 159b6d6 commit a848926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Push Docker Images to GHCR
run: |
docker push ghcr.io/${{ github.repository }}/client:latest
docker push ghcr.io/${{ github.repository }}/server:latest
docker push ghcr.io/ls1intum/thaii/client:latest
docker push ghcr.io/ls1intum/thaii/server:latest
deploy:
name: Deploy Application
Expand Down

0 comments on commit a848926

Please sign in to comment.