There was an error while loading. Please reload this page.
2 parents c096404 + f62476c commit 6397d8fCopy full SHA for 6397d8f
.github/workflows/build-test-publish.yml
@@ -176,6 +176,8 @@ jobs:
176
push: true
177
tags: ${{ steps.meta.outputs.tags }}
178
labels: ${{ steps.meta.outputs.labels }}
179
+ cache-from: type=gha
180
+ cache-to: type=gha,mode=max
181
182
- name: Build to TAR
183
id: build_tar
@@ -187,6 +189,9 @@ jobs:
187
189
188
190
outputs: |
191
type=docker,dest=./operator.tar
192
+ # Workaround to "disable" cache from registry
193
+ cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
194
+ cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=min
195
196
- name: Upload Operator artifact
197
uses: actions/upload-artifact@v4
0 commit comments