Skip to content

Commit 355c19b

Browse files
committed
Fix kallisto tagging in makefile (resolves #238)
1 parent 5641ed3 commit 355c19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kallisto/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tag = 0.43.1--${git_commit}
99
# Steps
1010
build:
1111
docker build -t ${name}:${tag} .
12+
-docker rmi -f ${name}:latest
1213
docker tag ${name}:${tag} ${name}:latest
1314
touch ${build_tool}
1415

0 commit comments

Comments
 (0)