diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 02733de9..78b56754 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -80,7 +80,9 @@ jobs: tags: | ${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-${{ steps.get_version.outputs.VERSION }} ${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-latest - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 + cache-from: type=gha + cache-to: type=gha,mode=max - name: Summary run: |