Skip to content

Commit

Permalink
Merge pull request #5 from LinuxSuRen/fix/release-env-git-owner
Browse files Browse the repository at this point in the history
fix: add env git_owner into the release command
  • Loading branch information
LinuxSuRen authored Jan 10, 2023
2 parents fe2559d + ae815df commit 3c5e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ goreleaser-build-static:
cp dist/kubeconform_linux_amd64_v1/kubeconform bin/

release:
docker run -e GITHUB_TOKEN -t -v /var/run/docker.sock:/var/run/docker.sock -v $$PWD:/go/src/github.com/yannh/kubeconform -w /go/src/github.com/yannh/kubeconform goreleaser/goreleaser:v1.11.5 release --rm-dist
docker run -e GITHUB_TOKEN -e GIT_OWNER -t -v /var/run/docker.sock:/var/run/docker.sock -v $$PWD:/go/src/github.com/yannh/kubeconform -w /go/src/github.com/yannh/kubeconform goreleaser/goreleaser:v1.11.5 release --rm-dist

update-deps:
go get -u ./...
Expand Down

0 comments on commit 3c5e601

Please sign in to comment.