Use Docker BuildKit

This commit is contained in:
BtbN 2021-04-05 18:46:32 +02:00
parent 4de20f345b
commit e20a907e31
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
schedule: schedule:
- cron: '0 12 * * *' - cron: '0 12 * * *'
env:
DOCKER_BUILDKIT: 1
jobs: jobs:
purge_artifacts: purge_artifacts:
name: Purge old artifacts name: Purge old artifacts

View File

@ -4,6 +4,9 @@ on:
branches: branches:
- master - master
env:
DOCKER_BUILDKIT: 1
jobs: jobs:
build: build:
name: Build ffmpeg name: Build ffmpeg