We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1317579 commit 0c56031Copy full SHA for 0c56031
Makefile
@@ -21,7 +21,7 @@ push:
21
push-latest:
22
docker push $(NAME):latest
23
24
-release: build test tag_latest push push_latest
+release: build test tag-latest push push-latest
25
26
git-tag-version: release
27
git tag -a v$(VERSION) -m "v$(VERSION)"
0 commit comments