Skip to content

Commit 8ff61c4

Browse files
committed
Fix 2.7 Makefile not to remove latest image tag
1 parent a65e728 commit 8ff61c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2.7/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ build:
1010

1111
clean:
1212
docker images $(IMAGE_NAME) | grep -q $(IMAGE_TAG) && docker rmi $(IMAGE_NAME):$(IMAGE_TAG) || true
13-
docker images $(IMAGE_NAME) | grep -q latest && docker rmi $(IMAGE_NAME):latest || true

0 commit comments

Comments
 (0)