From c2bb67ca1c117ff10acf46a0eea2f807098d1505 Mon Sep 17 00:00:00 2001 From: acalcutt Date: Mon, 20 Feb 2023 22:51:02 -0500 Subject: [PATCH] Revert "test if caching causes https://github.com/maptiler/tileserver-gl/issues/745" This reverts commit 12e8cf5c3d6962c9f23c91b1312c343761275901. --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81423a6..e536463 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,9 @@ 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 @@ -110,4 +113,6 @@ 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