Skip to content

Commit 98a531a

Browse files
committed
Move GHA to zstd compression
Signed-off-by: apostasie <[email protected]>
1 parent 18182b3 commit 98a531a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
docker buildx create --name with-gha --use
4949
docker buildx build \
50-
--cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
50+
--cache-to type=gha,compression=zstd,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
5151
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
5252
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .
5353

0 commit comments

Comments
 (0)