fix: update docker build context to new folder name

هذا الالتزام موجود في:
mac
2026-07-27 15:27:37 +03:00
الأصل f795d94fe2
التزام 8a44cb49b2
2 ملفات معدلة مع 502 إضافات و2 حذوفات

عرض الملف

@@ -26,7 +26,7 @@ jobs:
- name: Build and push Docker image (Staging Tag)
uses: docker/build-push-action@v5
with:
context: ./api
context: ./q1-deploy-monitor
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:staging-${{ github.sha }}
@@ -50,7 +50,7 @@ jobs:
- name: Retag image for production
uses: docker/build-push-action@v5
with:
context: ./api
context: ./q1-deploy-monitor
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:production-${{ github.sha }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest