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 a2849c6 commit 0cd325fCopy full SHA for 0cd325f
.github/workflows/ci.yaml
@@ -68,8 +68,5 @@ jobs:
68
- name: Release Assets
69
run: make release
70
71
- - name: Sync Readme to Dockerhub
72
- run: make sync-readme-to-dockerhub
73
-
74
- name: Sync to Homebrew
75
run: make homebrew-sync
Makefile
@@ -105,7 +105,7 @@ homebrew-sync:
105
106
build: compile
107
108
-release: build-binaries build-docker-images push-docker-images upload-resources-to-github
+release: build-binaries upload-resources-to-github
109
110
test: spellcheck shellcheck unit-test license-test e2e-test output-validation-test readme-codeblock-test
111
0 commit comments