Be more generous with cache image retention

Avoid pointless rebuilds on revert or other situations.
This commit is contained in:
BtbN 2023-06-21 00:55:45 +02:00
parent 0598fb3dba
commit be992fa253
1 changed files with 1 additions and 1 deletions

View File

@ -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' }}