Skip to content

Commit

Permalink
Merge pull request #65 from jvanz/main
Browse files Browse the repository at this point in the history
fix(ci): use latest kwctl version.
  • Loading branch information
jvanz authored Feb 5, 2025
2 parents 21cb072 + 1782f38 commit 231732c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.4.5
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.4.6
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/container-resources
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.5
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.6

0 comments on commit 231732c

Please sign in to comment.