This commit is contained in:
leehk 2025-04-11 14:10:19 +08:00
parent 94f716d8d2
commit 9253aee204

View File

@ -36,8 +36,8 @@ jobs:
docker build \
--cache-from ${{ env.IMAGE }}:latest \
--tag ${{ env.IMAGE }}:latest \
--file ./backend/Dockerfile.prod \
"./backend"
--file ./app/backend/Dockerfile.prod \
"./app/backend"
- name: Push image
run: |
docker push ${{ env.IMAGE }}:latest