This commit is contained in:
leehk 2025-04-11 13:31:35 +08:00
parent 943b884fb3
commit b187684f5e

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