Skip to content

Commit 3f6e8dd

Browse files
committed
update build script
1 parent 2960c0e commit 3f6e8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ TAG=$(jq -er '"\(.image):\(.version)"' < config.json)
1111

1212
echo "Building: $TAG"
1313
echo
14-
docker build -t "$TAG" --build-arg VERSION="$VERSION" --provenance=false .
14+
docker build -t "$TAG" --build-arg VERSION="$VERSION" --provenance=false "$@" .
1515
docker tag "$TAG" "$IMAGE:latest"

0 commit comments

Comments
 (0)