mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-29 04:50:21 +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 }}
|
repository: ${{ github.repository }}
|
||||||
owner_type: user
|
owner_type: user
|
||||||
untagged_only: false
|
untagged_only: false
|
||||||
keep_latest: 3
|
keep_latest: 20
|
||||||
build_target_bases:
|
build_target_bases:
|
||||||
name: Build target base image
|
name: Build target base image
|
||||||
if: ${{ github.event.inputs.buildOnly != 'true' }}
|
if: ${{ github.event.inputs.buildOnly != 'true' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user