Обновить .gitea/workflows/build-latest.yml
This commit is contained in:
@ -3,6 +3,10 @@ name: Scheduled Docker Build to Local Registry
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch: # Разрешить ручной запуск
|
workflow_dispatch: # Разрешить ручной запуск
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOCKER_BUILDKIT: "1" # Включаем BuildKit для всех шагов
|
||||||
|
BUILDKIT_PROGRESS: "plain" # Опционально: читаемый вывод логов
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: [ "ubuntu-latest" ]
|
runs-on: [ "ubuntu-latest" ]
|
||||||
|
Reference in New Issue
Block a user