Be more generous with cache image retention
Avoid pointless rebuilds on revert or other situations.
This commit is contained in:
parent
0598fb3dba
commit
be992fa253
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue