ci: more cache

This commit is contained in:
Vasily Zubarev
2025-05-04 13:13:30 +02:00
parent 88ee5c5022
commit 287abbb219
3 changed files with 20 additions and 7 deletions

View File

@@ -44,5 +44,9 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository }}:latest
type=gha
cache-to: |
type=registry,ref=ghcr.io/${{ github.repository }}:latest,mode=max
type=gha,mode=max