This Action builds an app based on a convox.yml so that app can be deployed on Convox
Required The name of the Convox Rack you wish to build against.
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.
The ID of the release that is created when the build completes.
uses: convox/action-build@v1
with:
rack: staging
app: myapp
Convox Build is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.