Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
8c18978460 🔄 Update image to 3 [CI SKIP] 2025-11-05 14:49:03 +00:00
A'zamov Samandar
9fd19b8f7c fix typo
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m6s
2025-11-05 19:48:04 +05:00
A'zamov Samandar
b69a128a76 fix typo
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m5s
2025-11-05 19:43:16 +05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
- main - main
env: env:
PROJECT_NAME: notification PROJECT_NAME: taxi-notification
permissions: permissions:
contents: write contents: write
@@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: ./docker/Dockerfile.web file: Dockerfile
push: false push: false
load: true load: true
tags: ${{ env.PROJECT_NAME }}:test tags: ${{ env.PROJECT_NAME }}:test

View File

@@ -2,7 +2,7 @@ version: "3.8"
services: services:
notification: notification:
image: jscorptech/taxi-notification:latest image: jscorptech/taxi-notification:3
env_file: env_file:
- /opt/env/.notification - /opt/env/.notification
networks: networks: