Skip to content

Commit 26f4a65

Browse files
committed
add cache scope
1 parent 4159d70 commit 26f4a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/framework-build-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- name: Build and Load Docker Image
5656
uses: docker/build-push-action@v4
5757
with:
58+
cache-from: type=gha,scope=ctf
59+
cache-to: type=gha,scope=ctf,mode=max
5860
context: /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/chainlink-repo
5961
file: /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/chainlink-repo/plugins/chainlink.Dockerfile
6062
load: true

0 commit comments

Comments
 (0)