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: