oracle-actions/Get or create an Oracle Cloud Infrastructure Registry (OCIR) repository
Create or return the URI and OCID for an existing Oracle Cloud Infrastructure Registry (OCIR) repository
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Sep 10, 2024
- License
- Other
Pinned Snippet
uses: oracle-actions/get-ocir-repository@a6aaaa91d8949abe4317ef58e09121b8f00327e1 # v1.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| compartment | OCID of the compartment in which to find or create the repository | yes | — |
| name | Name of the repository to return or create | yes | — |
Outputs
| name | description |
|---|---|
| repo_path | Full path to the repository including OCIR FQDN |
| repo_ocid | The OCID of the repository |