Skip to content

Commit e8453ae

Browse files
committed
remove docker push
1 parent 8ceb02f commit e8453ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ tag:
3636
$Q @git tag -a v$(GITVERSION) -m $(GITVERSION)
3737

3838
.PHONY: release
39-
release: clean-dist build tag docker
39+
release: clean-dist build tag
4040
$Q goreleaser
41-
$Q docker push $(DOCKER_IMAGE):$(GITVERSION) .
4241

4342
### Code not in the repository root? Another binary? Add to the path like this.
4443
# .PHONY: otherbin

0 commit comments

Comments
 (0)