This repository was archived by the owner on Jan 20, 2026. It is now read-only.
docs: Migration notice #115
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| tags: | |
| - "v*" | |
| name: Release policy | |
| jobs: | |
| test: | |
| name: run tests and linters | |
| uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@247608f0b5a1562a6fd2576e5b2e6cbe62551baf # v4.5.15 | |
| release: | |
| needs: test | |
| permissions: | |
| # Required to create GH release | |
| contents: write | |
| # Required to push to ghcr.io | |
| packages: write | |
| # Required by cosign keyless signing | |
| id-token: write | |
| uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@247608f0b5a1562a6fd2576e5b2e6cbe62551baf # v4.5.15 | |
| with: | |
| oci-target: ghcr.io/kubewarden/tests/context-aware-test-policy |