Skip to content

Commit e395f2e

Browse files
committed
ci: disable saving mount cache
1 parent 6e02f6a commit e395f2e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/actions/docker/action.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ runs:
115115
cache-to: ${{ steps.layer_cache_settings.outputs.cache_to }}
116116
outputs: type=image,name=${{ inputs.image_org }}/${{ inputs.image_name }},push-by-digest=${{ inputs.push_tags != 'true' }},name-canonical=true,push=true
117117

118-
- name: Save Docker mount cache
119-
uses: dcginfra/buildkit-cache-dance/extract@s5cmd
120-
if: ${{ inputs.cache_mounts != '' }}
121-
with:
122-
bucket: ${{ inputs.bucket }}
123-
mounts: ${{ inputs.cache_mounts }}
118+
# TODO: This is doesn't work
119+
# - name: Save Docker mount cache
120+
# uses: dcginfra/buildkit-cache-dance/extract@s5cmd
121+
# if: ${{ inputs.cache_mounts != '' }}
122+
# with:
123+
# bucket: ${{ inputs.bucket }}
124+
# mounts: ${{ inputs.cache_mounts }}

0 commit comments

Comments
 (0)