fix: Change Docker build option from --pull=never to --pull=false for better image handling
Build and Deploy / build (push) Failing after 35s

This commit is contained in:
masoodafar-web
2026-01-27 23:16:26 +03:30
parent 273ae390c5
commit 8b66bbcf3d
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
docker build -f BackOffice.BFF.WebApi/Dockerfile \
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} \
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
--pull=never \
--pull=false \
.