mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-28 04:20:13 +02:00
Be more generous with cache image retention
Avoid pointless rebuilds on revert or other situations.
This commit is contained in:
parent
0598fb3dba
commit
be992fa253
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
repository: ${{ github.repository }}
|
||||
owner_type: user
|
||||
untagged_only: false
|
||||
keep_latest: 3
|
||||
keep_latest: 20
|
||||
build_target_bases:
|
||||
name: Build target base image
|
||||
if: ${{ github.event.inputs.buildOnly != 'true' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user