chore: better docker cache

This commit is contained in:
2025-11-03 13:00:17 -03:00
parent ba1f40fcbc
commit 1d888df5c2

View File

@@ -80,8 +80,8 @@ jobs:
tags: |
${{ env.IMAGE_LATEST }}
${{ env.IMAGE_SHA }}
cache-from: type=registry,ref=${{ env.IMAGE_LATEST }}
cache-to: type=inline
cache-from: type=registry,ref=ghcr.io/hideyoshisolutions/frontend-hideyoshi.com:cache
cache-to: type=registry,ref=ghcr.io/hideyoshisolutions/frontend-hideyoshi.com:cache,mode=max
deploy:
needs: [docker]