We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2feac61 + f790122 commit 18182b3Copy full SHA for 18182b3
.github/workflows/test.yml
@@ -47,7 +47,6 @@ jobs:
47
run: |
48
docker buildx create --name with-gha --use
49
docker buildx build \
50
- --output=type=docker \
51
--cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
52
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
53
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .
0 commit comments