Use github actions to create releases and krew plugin assets

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-24 17:57:51 -04:00
parent c7c06e0e6f
commit 4933170ae8
3 changed files with 152 additions and 6 deletions

View file

@ -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)