This commit is contained in:
parent
3adb895a87
commit
0d1cbf4c42
@ -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 }}
|
||||
|
Reference in New Issue
Block a user