We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf8b86 commit 408f069Copy full SHA for 408f069
.github/workflows/build-devbox.yml
@@ -91,6 +91,8 @@ jobs:
91
registry: ${{ steps.registry_case.outputs.lowercase }}
92
username: ${{ env.REGISTRY_USER }}
93
password: ${{ env.REGISTRY_PASSWORD }}
94
+ extra-args: |
95
+ --compression-format=zstd:chunked
96
97
- name: Login to GitHub Container Registry
98
uses: docker/login-action@v3
0 commit comments