From 87685af2ea28238c4f276fd083acc5773d9a847c Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Wed, 25 Feb 2026 17:17:53 -0500 Subject: [PATCH] Drop experimental gha caching --- .github/workflows/dockerimage.yml | 2 -- .github/workflows/update-current-image.yml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index d3c3038..e140eb0 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -72,8 +72,6 @@ jobs: platforms: linux/${{ matrix.platform }} load: true tags: ${{ env.IMAGE_NAME }}-${{ env.LATEST_VERSION }} - cache-from: type=gha - cache-to: type=gha,mode=max - name: Test Image run: docker run --rm ${{ env.IMAGE_NAME }}-${{ env.LATEST_VERSION }} -e "console.log('Hello from Node.js ' + process.version)" diff --git a/.github/workflows/update-current-image.yml b/.github/workflows/update-current-image.yml index 57a659c..8f7ecf2 100644 --- a/.github/workflows/update-current-image.yml +++ b/.github/workflows/update-current-image.yml @@ -122,8 +122,6 @@ jobs: platforms: linux/${{ matrix.platform }} load: true tags: ${{ env.IMAGE_NAME }}-${{ needs.check_version.outputs.NODE_VERSION }} - cache-from: type=gha - cache-to: type=gha,mode=max - name: Test Image run: docker run --rm ${{ env.IMAGE_NAME }}-${{ needs.check_version.outputs.NODE_VERSION }} -e "console.log('Hello from Node.js ' + process.version)" @@ -149,5 +147,3 @@ jobs: sbom: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max