File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ jobs:
293
293
fromJson(inputs.github).event_name == 'workflow_dispatch' }}
294
294
env :
295
295
IMAGE_TAG : " ${{ steps.calculated_vars.outputs.IMAGE_TAG }}"
296
- CONTAINER_BUILD_CACHE_ARGS : " --cache-from ${{ env.CACHE }} --cache-to ${{ env.CACHE }}"
296
+ CONTAINER_BUILD_CACHE_ARGS : --cache-to ${{ env.CACHE }}"
297
297
- name : " pull_request: make ${{ inputs.target }}"
298
298
run : |
299
299
# print running stats on disk occupancy
@@ -304,7 +304,6 @@ jobs:
304
304
fromJson(inputs.github).event_name == 'pull_request_target' }}"
305
305
env :
306
306
IMAGE_TAG : " ${{ steps.calculated_vars.outputs.IMAGE_TAG }}"
307
- CONTAINER_BUILD_CACHE_ARGS : " --cache-from ${{ env.CACHE }}"
308
307
# We don't have access to image registry, so disable pushing
309
308
PUSH_IMAGES : " no"
310
309
You can’t perform that action at this time.
0 commit comments