Skip to content

Commit 8565c1e

Browse files
committed
Move GHA to zstd compression
Signed-off-by: apostasie <[email protected]>
1 parent f790122 commit 8565c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
docker buildx create --name with-gha --use
5252
docker buildx build \
53-
--cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
53+
--cache-to type=gha,compression=zstd,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
5454
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
5555
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .
5656

0 commit comments

Comments
 (0)