Skip to content

Build and publish Docker images #1764

Build and publish Docker images

Build and publish Docker images #1764

Triggered via push February 20, 2024 05:32
Status Failure
Total duration 16m 49s
Artifacts
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker (ubuntu-latest, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building workspace with feature(s) '$CARGO_FEATURES' and profile '$CARGO_PROFILE'\" && cargo build --features $CARGO_FEATURES $(test \"$CARGO_PROFILE\" = \"release\" && echo \"--release\") && echo \"Copying binaries to /quickwit/bin\" && mkdir -p /quickwit/bin && find target/$CARGO_PROFILE -maxdepth 1 -perm /a+x -type f -exec mv {} /quickwit/bin \\;" did not complete successfully: exit code: 101