Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
casperklein committed Mar 13, 2024
1 parent 7dad1d5 commit e9cd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ TAG=$(jq -er '"\(.image):\(.version)"' < config.json)

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

0 comments on commit e9cd0f7

Please sign in to comment.