fix: Change Docker build option from --pull=never to --pull=false for better image handling
Build and Deploy / build (push) Failing after 35s
Build and Deploy / build (push) Failing after 35s
This commit is contained in:
@@ -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 \
|
||||
.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user