Skip to content

Commit 9719166

Browse files
ElysaSrcmultun
authored andcommitted
ci: add stderr to buildx auto-retry checks
1 parent 1372f0a commit 9719166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
for i in $(seq 1 3); do
7474
echo "::group::Try $i"
75-
if docker buildx bake $BAKEFILE $METADATA --push | tee docker-build.log; then
75+
if docker buildx bake $BAKEFILE $METADATA --push 2>&1 | tee docker-build.log; then
7676
echo "::endgroup::"
7777
exit 0
7878
fi

0 commit comments

Comments
 (0)