Explorar o código

Fix docker tag

Alex Myasoedov %!s(int64=6) %!d(string=hai) anos
pai
achega
52d942ac01
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
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)