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

Commit

Permalink
Fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Jan 19, 2018
1 parent bae9993 commit 52d942a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repo:
build:
@GOOS=linux CGO_ENABLE=0 go build main.go
@docker build -t $(REPO):$(GIT_SUMMARY) .
@docker tag $(REPO):$(GIT_SUMMARY) $(REPO)

push:
@docker push $(REPO):$(GIT_SUMMARY)
Expand Down

0 comments on commit 52d942a

Please sign in to comment.