refactor: Replace Dockerfile with Dockerfile.fast for faster builds and add Dockerfile.test for testing purposes
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 5m40s
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 5m40s
This commit is contained in:
@@ -16,8 +16,11 @@
|
||||
# Основной оптимизированный
|
||||
docker build -f Dockerfile .
|
||||
|
||||
# Быстрый с Yarn
|
||||
# Быстрый с Alpine
|
||||
docker build -f Dockerfile.fast .
|
||||
|
||||
# Простой тестовый
|
||||
docker build -f Dockerfile.test .
|
||||
```
|
||||
|
||||
#### B. Проверить сетевые настройки
|
||||
@@ -64,12 +67,9 @@ cache-to: type=gha,mode=max
|
||||
git push origin tabler
|
||||
```
|
||||
|
||||
### Вариант 2: Быстрый с Yarn
|
||||
### Вариант 2: Быстрый с Alpine
|
||||
```bash
|
||||
# Переименовать Dockerfile.fast в Dockerfile
|
||||
mv Dockerfile.fast Dockerfile
|
||||
git add Dockerfile
|
||||
git commit -m "Switch to fast Dockerfile"
|
||||
# Использовать Dockerfile.fast (уже исправлен)
|
||||
git push origin tabler
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user