fix: исправлена сборка Docker в CI
Some checks failed
CI/CD Pipeline / docker (push) Successful in 2m59s
CI/CD Pipeline / deploy (push) Failing after 7s

- Добавлен .dockerignore для исключения node_modules, .git и кеша из контекста сборки
- Отключены provenance и sbom attestation, не поддерживаемые Gitea Container Registry
- Убран GHA-кеш (cache-from/cache-to), нестабильный в Gitea Actions
This commit is contained in:
2026-03-29 07:04:30 +03:00
parent b37eb75542
commit 0745c5fbca
2 changed files with 13 additions and 2 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
node_modules
.git
.gitea
.claude
.vitepress/cache
.vitepress/dist
OLD_parts
generated
*.log
.DS_Store
.env*

View File

@@ -47,8 +47,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false
sbom: false
deploy:
runs-on: ubuntu-latest