diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 9fa5fb2..915f385 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -39,3 +39,5 @@ jobs: context: . push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule' }} tags: ghcr.io/${{ github.repository }}:latest + cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:latest + cache-to: type=inline,mode=min