fix: update docker build context to new folder name
هذا الالتزام موجود في:
@@ -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
|
||||
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم