File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ jobs:
5757 core.exportVariable("ACTIONS_CACHE_URL", process.env.ACTIONS_CACHE_URL || "");
5858 core.exportVariable("ACTIONS_RESULTS_URL", process.env.ACTIONS_RESULTS_URL | "");
5959 core.exportVariable("ACTIONS_RUNTIME_TOKEN", process.env.ACTIONS_RUNTIME_TOKEN || "");
60+ core.exportVariable("ACTIONS_CACHE_SERVICE_V2", process.env.ACTIONS_CACHE_SERVICE_V2 || "");
6061
6162 - uses : pantsbuild/actions/init-pants@v9
6263 # This action bootstraps pants and manages 2-3 GHA caches.
6364 # See: github.com/pantsbuild/actions/tree/main/init-pants/
6465 with :
6566 # v0 makes it easy to bust the cache if needed
6667 # just increase the integer to start with a fresh cache
67- gha-cache-key : v0
68+ gha-cache-key : v1
6869 # This repo has no 3rd-party requirements and no lockfiles, so we don't invalidate
6970 # the named caches on anything extra. See other example repos for better examples of
7071 # how to set up this cache.
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ env_vars = [
3434 " ACTIONS_CACHE_URL" ,
3535 " ACTIONS_RESULTS_URL" ,
3636 " ACTIONS_RUNTIME_TOKEN" ,
37+ " ACTIONS_CACHE_SERVICE_V2" ,
3738 " DYNAMIC_TAG" ,
3839]
3940use_buildx =true
You can’t perform that action at this time.
0 commit comments