From 12e8cf5c3d6962c9f23c91b1312c343761275901 Mon Sep 17 00:00:00 2001 From: acalcutt Date: Mon, 20 Feb 2023 19:14:16 -0500 Subject: [PATCH] test if caching causes https://github.com/maptiler/tileserver-gl/issues/745 --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e536463..81423a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,9 +86,6 @@ jobs: push: true tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:v${{ env.PACKAGE_VERSION }} platforms: linux/arm64,linux/amd64 - # experimental: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api - cache-from: type=gha - cache-to: type=gha,mode=max - name: Create Tileserver Light Directory run: node publish.js --no-publish @@ -113,6 +110,4 @@ jobs: push: true tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:v${{ env.PACKAGE_VERSION }} platforms: linux/arm64,linux/amd64 - # experimental: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api - cache-from: type=gha - cache-to: type=gha,mode=max +