Skip to content

Commit 918eb18

Browse files
committed
Install ORAS before publishing OPA bundle
1 parent 31f165d commit 918eb18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_policy_container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
--revision ${{ github.ref_name }}
3737
--ignore *_test.rego
3838
39+
- name: Setup ORAS
40+
uses: oras-project/setup-oras@v1
41+
3942
- name: Publish OPA Bundle
4043
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
4144
run: >

0 commit comments

Comments
 (0)