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 bb4ae9c commit 359dbf9Copy full SHA for 359dbf9
.github/workflows/pr-checks.yml
@@ -131,6 +131,14 @@ jobs:
131
with:
132
name: open-feature-operator-local-${{ github.sha }}
133
path: ${{ github.workspace }}
134
+
135
+ - name: Cache build tools
136
+ id: cache-build-tools
137
+ uses: actions/cache@v3
138
+ with:
139
+ path: ./bin
140
+ key: build-tools-${{ github.ref_name }}
141
142
- name: Load open-feature-operator image into docker
143
run: |
144
docker load --input ${{ github.workspace }}/open-feature-operator-local.tar
0 commit comments