We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f165d commit 24da820Copy full SHA for 24da820
.github/workflows/_policy_container.yaml
@@ -36,6 +36,10 @@ jobs:
36
--revision ${{ github.ref_name }}
37
--ignore *_test.rego
38
39
+ - name: Setup ORAS
40
+ if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
41
+ uses: oras-project/setup-oras@v1
42
+
43
- name: Publish OPA Bundle
44
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
45
run: >
0 commit comments