diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cde8d9e..beddb1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,6 +67,8 @@ jobs: file: ./scrapex/Dockerfile platforms: linux/amd64 provenance: false + cache-from: type=registry,ref=cloudx-labs/scrapex:main + cache-to: type=inline push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}