From e9884ba7c1576733c571de4e291fc187d3df5dbc Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 17 Jun 2024 21:50:02 -0300 Subject: [PATCH] ci: 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 7e9cbd5..9533166 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -59,8 +59,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/sitio:buildcache - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/sitio:buildcache,mode=max + cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + cache-to: type=inline platforms: linux/amd64,linux/arm64 build-and-push-scraper-amd64: