diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a859cac..55f52d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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