Skip to content

Commit

Permalink
Fix Docker -f tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric Buettner authored Aug 11, 2016
1 parent 05f808a commit 681cf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ shell:

publish:
@echo "Publishing docker image..."
@docker tag -f medigo/laika:latest medigo/laika:$(commit)
@docker tag medigo/laika:latest medigo/laika:$(commit)
@docker login -e $(DOCKER_EMAIL) -u $(DOCKER_USER) -p $(DOCKER_PASS)
@docker push medigo/laika:latest
@docker push medigo/laika:$(commit)
Expand Down

0 comments on commit 681cf62

Please sign in to comment.