Install kustomize in release workflow

This commit is contained in:
Moto Ishizawa
2020-02-03 12:00:05 +09:00
parent c33cc6b245
commit 80ebb57a81
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ docker-push:
docker push ${NAME}:${VERSION}
# Generate the release manifest file
release:
release: test
mkdir -p release
kustomize build config/default > release/actions-runner-controller.yaml