diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94868d47fd..8fab6ed697 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,8 +62,8 @@ jobs: tags: | ${{ env.DOCKER_TAG }} ${{ env.DOCKER_LATEST_TAG }} - cache-from: type=registry,ref=${{ env.IMAGE_CACHE }},scope=global - cache-to: type=registry,ref=${{ env.IMAGE_CACHE }},mode=max,scope=global + cache-from: type=registry,ref=${{ env.IMAGE_CACHE }} + cache-to: type=registry,ref=${{ env.IMAGE_CACHE }} build-args: | BRANCH_NAME=${{ github.ref_name }} BASE_IMAGE=${{ matrix.base_image }}