diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e321ac1a..53d8067f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: with: install: true - name: Cache Docker layers - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{runner.os}}-buildx-${{github.sha}}