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.
2 parents df664af + 2d2e078 commit 270c13dCopy full SHA for 270c13d
1 file changed
.buildkite/build-container.sh
@@ -67,6 +67,7 @@ fi
67
echo "--- Building Vespa preview container"
68
GHCR_PREVIEW_TAG=ghcr.io/vespa-engine/vespa-preview-${ARCH}:${VESPA_VERSION}${VESPA_CONTAINER_IMAGE_VERSION_TAG_SUFFIX}
69
echo "Building container with tag: ${GHCR_PREVIEW_TAG}"
70
+# shellcheck disable=SC2086
71
docker build --progress plain \
72
--build-arg SOURCE_GITREF="$SOURCE_GITREF" \
73
--build-arg VESPA_VERSION="$VESPA_VERSION" \
0 commit comments