Skip to content

Set up your GitHub Actions workflow with a specific version of ORAS

License

Notifications You must be signed in to change notification settings

shizhMSFT/setup-oras

 
 

Repository files navigation

setup-oras

ORAS

Setup ORAS CLI on GitHub Actions runners.

Quick Start

Setup the oras CLI of the default version:

steps:
  - uses: oras-project/setup-oras@main
  - run: oras version

Advanced Usage

Install a specific version of the oras CLI by specifying the input version without the prefix v. Supported versions can be found at oras releases.

For example, install oras version v0.16.0.

steps:
  - uses: oras-project/setup-oras@main
    with:
      version: 0.16.0
  - run: oras version

Docs

Documentation for the ORAS CLI is located on the project website: oras.land/cli

Code of Conduct

This project has adopted the CNCF Code of Conduct. See CODE_OF_CONDUCT.md for further details.

About

Set up your GitHub Actions workflow with a specific version of ORAS

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%