Alex Myasoedov 6 anni fa
parent
commit
52d942ac01
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)