Use Docker BuildKit
This commit is contained in:
parent
4de20f345b
commit
e20a907e31
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
jobs:
|
||||
purge_artifacts:
|
||||
name: Purge old artifacts
|
||||
|
|
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build ffmpeg
|
||||
|
|
Loading…
Reference in a new issue