Skip to content

Commit

Permalink
fix: Tag 0.1.11
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 d518f76 commit d569236
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ jobs:
with:
input-wasm: apparmor_psp
oci-target: ghcr.io/${{ github.repository_owner }}/policies/apparmor-psp
secrets:
workflow-pat: ${{ secrets.WORKFLOW_PAT }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apparmor-psp"
version = "0.1.10"
version = "0.1.11"
authors = ["Flavio Castelli <[email protected]>"]
edition = "2018"

Expand Down
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.10
version: 0.1.11
name: apparmor-psp
displayName: Apparmor PSP
createdAt: '2023-01-19T14:46:21+02:00'
Expand All @@ -8,13 +8,13 @@ license: Apache-2.0
homeURL: https://github.com/kubewarden/apparmor-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/apparmor-psp:v0.1.10
image: ghcr.io/kubewarden/policies/apparmor-psp:v0.1.11
keywords:
- psp
- apparmor
links:
- name: policy
url: https://github.com/kubewarden/apparmor-psp-policy/releases/download/v0.1.10/policy.wasm
url: https://github.com/kubewarden/apparmor-psp-policy/releases/download/v0.1.11/policy.wasm
- name: source
url: https://github.com/kubewarden/apparmor-psp-policy
provider:
Expand Down

0 comments on commit d569236

Please sign in to comment.