diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 74e6a8cb..669fb8a1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -34,3 +34,5 @@ jobs: ${{ secrets.DOCKERHUB_USERNAME }}/maimbot:${{ github.ref_name }} ${{ secrets.DOCKERHUB_USERNAME }}/maimbot:latest push: true + cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/maimbot:latest + cache-to: type=inline