Skip to content

Commit

Permalink
CHE-169 Updated image removal script
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Jun 8, 2024
1 parent c2132ce commit 3fd0c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-remove-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

# Remove images
echo -e "${CYAN}Removing existing dev images from local environment:${NC}"
IMAGES=$(docker images codehammers/$IMAGE_SEARCH_NAME_DEV* -q)
IMAGES=$(docker images codehammers/*$IMAGE_SEARCH_NAME_DEV* -q)
REMOVEDIMAGES=0
if [ ! -z "$IMAGES" ]; then
docker rmi $IMAGES --force
Expand Down

0 comments on commit 3fd0c53

Please sign in to comment.