Skip to content

Commit dad9fc2

Browse files
committed
build: disable sccache
1 parent 4d58403 commit dad9fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ runs:
192192
AWS=${{ env.HOME }}/.aws/credentials
193193
build-args: |
194194
CARGO_BUILD_PROFILE=${{ inputs.cargo_profile }}
195-
${{ steps.sccache.outputs.env_vars }}
195+
# ${{ steps.sccache.outputs.env_vars }}
196196
cache-from: ${{ steps.layer_cache_settings.outputs.cache_from }}
197197
cache-to: ${{ steps.layer_cache_settings.outputs.cache_to }}
198198
outputs: type=image,name=${{ inputs.image_org }}/${{ inputs.image_name }},push-by-digest=${{ inputs.push_tags != 'true' }},name-canonical=true,push=true

0 commit comments

Comments
 (0)