forked from complotti/dataEconomy
Fix docker tag
This commit is contained in:
parent
bae99934b7
commit
52d942ac01
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue