Skip to content

Commit

Permalink
fix: policy name in the release.yml file.
Browse files Browse the repository at this point in the history
Fixes the policy OCI artifact name used in the release workflow.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jun 1, 2023
1 parent f7cb7bf commit 3c9c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

uses: kubewarden/github-actions/.github/workflows/[email protected]
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name #FIXME
oci-target: ghcr.io/${{ github.repository_owner }}/policies/namespace-label-propagator

0 comments on commit 3c9c0af

Please sign in to comment.