fix typo
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m12s

This commit is contained in:
A'zamov Samandar
2025-11-05 16:40:28 +05:00
parent 425987e9d5
commit de2ee88db8

View File

@@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile.web file: ./Dockerfile
push: false push: false
load: true load: true
tags: ${{ env.PROJECT_NAME }}:test tags: ${{ env.PROJECT_NAME }}:test