kubewarden / policy-server

Webhook server that evaluates WebAssembly policies to validate Kubernetes requests
https://kubewarden.io
Apache License 2.0
138 stars 18 forks source link

Ensure policy-testdrive binary is released when a new version is tagged #47

Closed flavio closed 3 years ago

flavio commented 3 years ago

As per subject, ensure the GitHub Action we have in place is actually publishing the policy-testdrive static linux binary on the Releases page.

This is important because it allows users to get started with kubewarden policies.

flavio commented 3 years ago

Fixed