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