We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ceb02f commit e8453aeCopy full SHA for e8453ae
1 file changed
Makefile
@@ -36,9 +36,8 @@ tag:
36
$Q @git tag -a v$(GITVERSION) -m $(GITVERSION)
37
38
.PHONY: release
39
-release: clean-dist build tag docker
+release: clean-dist build tag
40
$Q goreleaser
41
- $Q docker push $(DOCKER_IMAGE):$(GITVERSION) .
42
43
### Code not in the repository root? Another binary? Add to the path like this.
44
# .PHONY: otherbin
0 commit comments