diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ef08ec4..f38887a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,6 +25,8 @@ jobs: with: push: true tags: tedkulp/vidgrab:latest + cache-from: type=registry,ref=tedkulp/vidgrab:latest + cache-to: type=inline - name: git checkout uses: actions/checkout@v2