Use github actions to create releases and krew plugin assets
This commit is contained in:
parent
c7c06e0e6f
commit
4933170ae8
3 changed files with 152 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -288,3 +288,7 @@ endif
|
|||
docker buildx create --name ingress-nginx --use || true
|
||||
docker buildx inspect --bootstrap
|
||||
endif
|
||||
|
||||
.PHONY: show-version
|
||||
show-version:
|
||||
echo -n $(TAG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue