This Action builds an app based on a awasm.yaml or cloud.yml so that applications can be deployed on AwasmCloud
regions Required The name of the Awasm Cloud Geo-Distributions you wish to service.
Required The name of the app you wish to build.
Optional Whether to utilise the docker cache during the build. Defaults to true.
Optional Allow setting description for a build.
release The ID of the release that is created when the build completes.
Example usage
uses: awasmcloud/buildkit@v1
with:
regions: usa, eu, japan
env: staging
app: myapp