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 2960c0e commit 3f6e8ddCopy full SHA for 3f6e8dd
build.sh
@@ -11,5 +11,5 @@ TAG=$(jq -er '"\(.image):\(.version)"' < config.json)
11
12
echo "Building: $TAG"
13
echo
14
-docker build -t "$TAG" --build-arg VERSION="$VERSION" --provenance=false .
+docker build -t "$TAG" --build-arg VERSION="$VERSION" --provenance=false "$@" .
15
docker tag "$TAG" "$IMAGE:latest"
0 commit comments