diff --git a/.github/workflows/build-image-and-publish.yml b/.github/workflows/build-image-and-publish.yml index 60e9483..9166a51 100644 --- a/.github/workflows/build-image-and-publish.yml +++ b/.github/workflows/build-image-and-publish.yml @@ -24,3 +24,5 @@ jobs: file: Dockerfile push: true tags: dzejkop/tx-sitter:latest + cache-from: type=gha + cache-to: type=gha,mode=max