We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862dc9c commit fdcfa72Copy full SHA for fdcfa72
.buildkite/docker-push.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-version_tag=$(awk -F ' = ' '$1 ~ /version/ { gsub(/[\"]/, "", $2); printf("%s",$2) }' Cargo.toml)
+version_tag=$(grep '^version = ' Cargo.toml | sed -e 's/[^"]*"//' -e 's/".*//')
6
elastic_image="docker.elastic.co/mcp/elasticsearch"
7
8
# build image
0 commit comments