File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@v2
2727 with:
28- oci-target: # FIXME: use something like: ghcr.io/${{ github.repository_owner }}/policies/pod-runtime
28+ oci-target: # FIXME: use something like: ghcr.io/${{ github.repository_owner }}/policies/policy-name
2929 secrets:
3030 workflow-pat: ${{ secrets.WORKFLOW_PAT }}
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ mutating: false
77contextAware : false
88executionMode : kubewarden-wapc
99annotations :
10+ # artifacthub specific:
11+ io.artifacthub.displayName : Policy Name
12+ io.artifacthub.resources : Pod
13+ io.artifacthub.keywords : pod, cool policy, kubewarden
14+ io.kubewarden.policy.ociUrl : ghcr.io/yourorg/policies/policy-name # must match release workflow oci-target
15+ # kubewarden specific:
1016 io.kubewarden.policy.title : policy-name
1117 io.kubewarden.policy.description : Short description
1218 io.kubewarden.policy.author : policy-author
You can’t perform that action at this time.
0 commit comments