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

Commit 52d942a

Browse files
committed
Fix docker tag
1 parent bae9993 commit 52d942a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repo:
99
build:
1010
@GOOS=linux CGO_ENABLE=0 go build main.go
1111
@docker build -t $(REPO):$(GIT_SUMMARY) .
12+
@docker tag $(REPO):$(GIT_SUMMARY) $(REPO)
1213

1314
push:
1415
@docker push $(REPO):$(GIT_SUMMARY)

0 commit comments

Comments
 (0)