Skip to content

Commit cfe8827

Browse files
authored
fix: Fix make uninstall docker image label TS-181 (#466)
1 parent 44af93d commit cfe8827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919

2020
uninstall:
2121
$(RM) $(DESTDIR)$(PREFIX)/bin/codacy-analysis-cli
22-
docker rmi codacy/codacy-analysis-cli:latest
22+
docker rmi codacy/codacy-analysis-cli:stable
2323

2424
build: compile lint test
2525
scripts/deploy.sh

0 commit comments

Comments
 (0)