We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4159d70 commit 26f4a65Copy full SHA for 26f4a65
.github/workflows/framework-build-cache.yml
@@ -55,6 +55,8 @@ jobs:
55
- name: Build and Load Docker Image
56
uses: docker/build-push-action@v4
57
with:
58
+ cache-from: type=gha,scope=ctf
59
+ cache-to: type=gha,scope=ctf,mode=max
60
context: /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/chainlink-repo
61
file: /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/chainlink-repo/plugins/chainlink.Dockerfile
62
load: true
0 commit comments