Skip to content

Commit

Permalink
fix: docs + binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Sep 12, 2021
1 parent 3dacf4b commit 9bf71ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ jobs:
- run: make build-api-docs build-docs deploy-docs
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
MKDOCS_INSIDERS: ${{secrets.MKDOCS_INSIDERS}}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ windows: ui
GOOS=windows GOARCH=amd64 go build -o ./.bin/$(NAME).exe -ldflags "-X \"main.version=$(VERSION_TAG)\"" main.go

.PHONY: release
release: ui bin linux darwin-amd64 darwin-arm64 windows compress
release: ui .bin/kustomize linux darwin-amd64 darwin-arm64 windows compress
cd config/base && .bin/kustomize edit set image controller=${IMG}
.bin/kustomize build config/ > ./.bin/release.yaml

Expand Down

0 comments on commit 9bf71ae

Please sign in to comment.