ci: improve buildx output

pull/24376/head
Marco Neumann 2021-12-06 17:42:21 +01:00
parent 5c9fb4699b
commit c77637e552
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ jobs:
docker buildx build \
--build-arg RUSTFLAGS="-C target-feature=+avx2" \
--progress plain \
--tag quay.io/influxdb/iox:"$COMMIT_SHA" \
--tag quay.io/influxdb/iox:"$(echo "$CIRCLE_BRANCH" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9]/_/g')" \
.