Skip to content

Commit c90fc06

Browse files
authored
Do not compress images in actions/upload-artifact (#2249)
1 parent 22efe37 commit c90fc06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
name: ${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}
128128
path: /tmp/jupyter/images/${{ inputs.image }}-${{ inputs.platform }}-${{ inputs.variant }}.tar.zst
129129
retention-days: 3
130+
compression-level: 0
130131

131132
- name: Run tests ✅
132133
run: >

0 commit comments

Comments
 (0)