From c1111b112e3adc9c3223a316b28228f21abbe9d5 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 12 Jan 2024 10:35:54 -0300 Subject: [PATCH] ci: probar de nuevo --- .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 4a40165..f64c1ee 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -83,5 +83,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache - cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max + cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache + cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max