Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Build with latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Aug 22, 2018
1 parent 6217bb5 commit 8ec2113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -118,7 +118,8 @@ dist:
docker:
@echo ">> building docker container image"
@echo " VERSION = $(VERSION)"
docker build -t mosuka/blast:v${VERSION} --build-arg VERSION=${VERSION} .
docker build -t mosuka/blast:latest --build-arg VERSION=${VERSION} .
docker tag mosuka/blast:latest mosuka/blast:v${VERSION}

.PHONY: clean
clean:

0 comments on commit 8ec2113

Please sign in to comment.