diff --git a/.github/workflows/new-base-image-requested.yml b/.github/workflows/new-base-image-requested.yml index 2c2029fc..c5cae33a 100644 --- a/.github/workflows/new-base-image-requested.yml +++ b/.github/workflows/new-base-image-requested.yml @@ -60,7 +60,7 @@ jobs: exit 1 fi - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: ${{ github.event.client_payload.repoVersionFull }}-${{ runner.os }}-buildx-base-${{ github.sha }} diff --git a/.github/workflows/new-hub-image-requested.yml b/.github/workflows/new-hub-image-requested.yml index 911df7d7..47695973 100644 --- a/.github/workflows/new-hub-image-requested.yml +++ b/.github/workflows/new-hub-image-requested.yml @@ -60,7 +60,7 @@ jobs: exit 1 fi - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: ${{ github.event.client_payload.repoVersionFull }}-${{ runner.os }}-buildx-hub-${{ github.sha }} diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 9d15a549..b0f02612 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -133,7 +133,7 @@ jobs: with: driver-opts: network=host - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-pr-${{ matrix.targetPlatform }}-${{ github.sha }}