Use this action to install the ORAS CLI in your GitHub Actions workflow.
To use this action in your workflow, add the following step:
- name: Setup ORAS
uses: balena-io-experimental/setup-oras-action@main
with:
version: 1.2.0
version
: The ORAS CLI release to install. See available releases here.
path
: The path where the ORAS CLI was installed.version
: The ORAS CLI release that was installed.
Contributions to improve the action are welcome! Please follow these steps:
- Fork the repository
- Create a new branch for your feature
- Commit your changes
- Push to your branch
- Create a new Pull Request
Please make sure to update tests as appropriate and adhere to the existing coding style.
This project is licensed under Apache 2.0 - see the LICENSE file for details.
If you encounter any problems or have any questions, please open an issue in the GitHub repository.