Skip to content

Commit f790122

Browse files
committed
Disable buildx output for dependency stage
Signed-off-by: apostasie <[email protected]>
1 parent e79def4 commit f790122

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
@@ -50,7 +50,6 @@ jobs:
5050
run: |
5151
docker buildx create --name with-gha --use
5252
docker buildx build \
53-
--output=type=docker \
5453
--cache-to type=gha,mode=max,scope=${ARCH}-${CONTAINERD_VERSION} \
5554
--cache-from type=gha,scope=${ARCH}-${CONTAINERD_VERSION} \
5655
--target build-dependencies --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .

0 commit comments

Comments
 (0)