From 5b83b2fe81b70cd7cdc74a34d0dff110b61bb761 Mon Sep 17 00:00:00 2001 From: Matt Westphall Date: Wed, 2 Oct 2024 15:33:32 -0500 Subject: [PATCH] remove custom cache arg --- .github/actions/build-container-local/action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/build-container-local/action.yaml b/.github/actions/build-container-local/action.yaml index 4bc1b84..55c5fe0 100644 --- a/.github/actions/build-container-local/action.yaml +++ b/.github/actions/build-container-local/action.yaml @@ -178,7 +178,6 @@ runs: BASE_OS=${{ inputs.base_os }} BASE_OSG_SERIES=${{ inputs.osg_series }} TIMESTAMP_IMAGE=${{ steps.generate-tags.outputs.ts_image }} - cache-to: type=local,dest=/tmp/.buildx-cache,mode=max outputs: type=image,name=${{ steps.generate-tags.outputs.base_image }},push-by-digest=true,name-canonical=true,push=true - name: Build Docker images @@ -196,7 +195,6 @@ runs: BASE_OSG_SERIES=${{ inputs.osg_series }} TIMESTAMP_IMAGE=${{ steps.generate-tags.outputs.ts_image }} tags: ${{ steps.generate-tags.outputs.tag_list }} - cache-to: type=local,dest=/tmp/.buildx-cache,mode=max - name: Cache Docker images if: success() && fromJSON(inputs.cache_image)