fix: don't use gha max cache

This commit is contained in:
Neil Hanlon 2023-11-11 12:36:43 -05:00
parent 2b355c1302
commit 72235d9003
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/rocky-linux/sig-core-toolkit:latest
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=inline