Move Dockerfile & NuGet.config to WebApi directory, update workflow

This commit is contained in:
masoud
2025-12-06 15:07:52 +00:00
parent 027b76c2e5
commit 44b87ecf50
4 changed files with 38 additions and 26 deletions

View File

@@ -55,6 +55,7 @@ jobs:
- name: Build Docker Image
run: |
cd src/FrontOffice.BFF.WebApi
docker build -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} \
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
--build-arg HTTP_PROXY=http://proxyuser:87zH26nbqT2@46.249.98.211:3128 \