fix: исправлена сборка Docker в CI
- Добавлен .dockerignore для исключения node_modules, .git и кеша из контекста сборки - Отключены provenance и sbom attestation, не поддерживаемые Gitea Container Registry - Убран GHA-кеш (cache-from/cache-to), нестабильный в Gitea Actions
This commit is contained in:
11
.dockerignore
Normal file
11
.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
node_modules
|
||||
.git
|
||||
.gitea
|
||||
.claude
|
||||
.vitepress/cache
|
||||
.vitepress/dist
|
||||
OLD_parts
|
||||
generated
|
||||
*.log
|
||||
.DS_Store
|
||||
.env*
|
||||
Reference in New Issue
Block a user