Skip to content

Commit

Permalink
Revert "test if caching causes #745"
Browse files Browse the repository at this point in the history
This reverts commit 12e8cf5.
  • Loading branch information
acalcutt committed Feb 21, 2023
1 parent c35b14d commit c2bb67c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c2bb67c

Please sign in to comment.