Skip to content

Fix artifacthub metadata #6

Fix artifacthub metadata

Fix artifacthub metadata #6

Workflow file for this run

on:
push:
branches:
- main
tags:
- "v*"
name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.1.11
release:
needs: test
permissions:
# Required to create GH releases
contents: write
# Required to push to GHCR
packages: write
# Required by cosign keyless signing
id-token: write
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.1.11
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name # FIXME