Skip to content

Commit

Permalink
build_images.sh: added two-digit versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de committed Jan 8, 2024
1 parent c644cb9 commit 46cd407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_config/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ then
exit 4 # stop if maven build fails
fi

docker image ls | grep -oP "^qanary/qanary-component.*\.[0-9] " > images.temp
docker image ls | grep -oP "^qanary/qanary-component.*\.[0-9]+ " > images.temp

# read image list
images=$(cat images.temp)
Expand Down

0 comments on commit 46cd407

Please sign in to comment.