Skip to content

Commit

Permalink
fix: Tag 0.1.4
Browse files Browse the repository at this point in the history
Fix issue with GitHub release pipeline: remove no longer existing
secret.

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jan 19, 2023
1 parent 5f1b800 commit bf3431e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v1
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/disallow-service-nodeport
secrets:
workflow-pat: ${{ secrets.WORKFLOW_PAT }}

6 changes: 3 additions & 3 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.1.3
version: 0.1.4
name: disallow-service-nodeport
displayName: Disallow Service Nodeport
createdAt: '2023-01-19T14:46:21+02:00'
Expand All @@ -8,12 +8,12 @@ license: Apache-2.0
homeURL: https://github.com/kubewarden/disallow-service-nodeport-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.3
image: ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.4
keywords:
- service
links:
- name: policy
url: https://github.com/kubewarden/disallow-service-nodeport-policy/releases/download/v0.1.3/policy.wasm
url: https://github.com/kubewarden/disallow-service-nodeport-policy/releases/download/v0.1.4/policy.wasm
- name: source
url: https://github.com/kubewarden/disallow-service-nodeport-policy
provider:
Expand Down

0 comments on commit bf3431e

Please sign in to comment.