ci: Rotate Docker cache keys every 4 weeks

This forces a periodic clean build to ensure we do not rely on stale
cache layers indefinitely.
This commit is contained in:
Hennadii Stepanov
2026-02-02 11:17:18 +00:00
parent 0ffb1749a5
commit 2f18567d24
2 changed files with 11 additions and 4 deletions

View File

@@ -6,8 +6,7 @@ inputs:
required: true
scope:
description: 'A cached image scope'
required: false
default: ${{ runner.arch }}
required: true
command:
description: 'A command to run in a container'
required: true