Обновить .gitea/workflows/build-latest.yml

This commit is contained in:
2025-06-22 09:35:54 +03:00
parent d8fc24a725
commit a5d09a8d5d

View File

@ -3,6 +3,10 @@ name: Scheduled Docker Build to Local Registry
on:
workflow_dispatch: # Разрешить ручной запуск
env:
DOCKER_BUILDKIT: "1" # Включаем BuildKit для всех шагов
BUILDKIT_PROGRESS: "plain" # Опционально: читаемый вывод логов
jobs:
build-and-push:
runs-on: [ "ubuntu-latest" ]