фикс 2
Some checks failed
Deploy Smart Search Backend / deploy (push) Failing after 21s

This commit is contained in:
2026-01-17 17:25:05 +00:00
parent 54bf77e545
commit 62e0fd9824

View File

@@ -21,6 +21,8 @@ jobs:
- name: Build Docker image
run: |
cd /app
docker pull golang:1.23-alpine || true
docker pull alpine:latest || true
docker build -t smart-search-backend:latest .
- name: Deploy to server