oops
Some checks failed
Deploy Backend / deploy (push) Failing after 47s

This commit is contained in:
Lee 2024-10-08 15:33:41 +01:00
parent 3adb895a87
commit 0d1cbf4c42
2 changed files with 2 additions and 2 deletions

@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./backend/Dockerfile
file: ./projects/backend/Dockerfile
push: true
tags: |
git.fascinated.cc/fascinated/scoresaber-reloaded-backend:${{ github.sha }}

@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./website/Dockerfile
file: ./projects/website/Dockerfile
push: true
tags: |
git.fascinated.cc/fascinated/scoresaber-reloaded-website:${{ github.sha }}