We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1372f0a commit 9719166Copy full SHA for 9719166
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
73
for i in $(seq 1 3); do
74
echo "::group::Try $i"
75
- if docker buildx bake $BAKEFILE $METADATA --push | tee docker-build.log; then
+ if docker buildx bake $BAKEFILE $METADATA --push 2>&1 | tee docker-build.log; then
76
echo "::endgroup::"
77
exit 0
78
fi
0 commit comments