From e09ed7bedfb39f526e32f84da363157c21eecfa4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 12 Jan 2024 00:27:06 -0300 Subject: [PATCH] ci: probar registry cache --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 4c3a5eb..63e3824 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -81,5 +81,5 @@ jobs: push: true 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=${{ env.IMAGE_NAME }}:buildcache + cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max