Обновить .gitea/workflows/build-latest.yml
This commit is contained in:
@ -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" ]
|
||||
|
Reference in New Issue
Block a user