Skip to content

ci: bump github actions #5

ci: bump github actions

ci: bump github actions #5

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.12
with:
artifacthub: false
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.12
with:
oci-target: ghcr.io/${{ github.repository_owner }}/tests/context-aware-test-opa-policy
artifacthub: false