Skip to content

Commit 294e505

Browse files
committed
fix: GitHub release Action
Ensure the correct OCI target is being used Signed-off-by: Flavio Castelli <[email protected]>
1 parent f866d4b commit 294e505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
uses: kubewarden/github-actions/[email protected]
107107
with:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109-
oci-target: ${{ inputs.oci-target }}
109+
oci-target: ghcr.io/${{ github.repository_owner }}/policies/rancher-project-quotas-namespace-validator

0 commit comments

Comments
 (0)