We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f790122 commit 8565c1eCopy full SHA for 8565c1e
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
docker buildx create --name with-gha --use
52
docker buildx build \
53
- --cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
+ --cache-to type=gha,compression=zstd,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
54
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
55
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .
56
0 commit comments