This commit is contained in:
leehk 2025-04-11 14:05:24 +08:00
parent 93bd4754b2
commit 94f716d8d2

View File

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