Skip to content

Commit 18182b3

Browse files
authored
Merge pull request #3983 from apostasie/ci-build-accel-1
CI, build 1: disable buildx output for dependency stage
2 parents 2feac61 + f790122 commit 18182b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
run: |
4848
docker buildx create --name with-gha --use
4949
docker buildx build \
50-
--output=type=docker \
5150
--cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
5251
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
5352
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .

0 commit comments

Comments
 (0)