ci: move buildx heartbeat logs to tmp

This commit is contained in:
2026-04-30 09:45:03 +08:00
parent 4ea250ae23
commit 723bd3945e
Vendored
+2 -2
View File
@@ -122,7 +122,7 @@ pipeline {
fi
sudo docker buildx inspect --builder ${BUILDER_NAME} --bootstrap >/dev/null
echo 'Building and pushing multi-arch API image: ${API_IMAGE_TAGGED}'
run_with_heartbeat .jenkins-api-buildx.log \
run_with_heartbeat /tmp/live-recorder-api-buildx-${IMAGE_TAG}.log \
sudo docker buildx build \
--builder ${BUILDER_NAME} \
--platform ${TARGET_PLATFORMS} \
@@ -193,7 +193,7 @@ pipeline {
fi
sudo docker buildx inspect --builder ${BUILDER_NAME} --bootstrap >/dev/null
echo 'Building and pushing multi-arch Web image: ${WEB_IMAGE_TAGGED}'
run_with_heartbeat .jenkins-web-buildx.log \
run_with_heartbeat /tmp/live-recorder-web-buildx-${IMAGE_TAG}.log \
sudo docker buildx build \
--builder ${BUILDER_NAME} \
--platform ${TARGET_PLATFORMS} \