Skip to content

Commit

Permalink
fix(ci): use latest kwctl version.
Browse files Browse the repository at this point in the history
The CI are failing because it's using a kwctl version without the fix
for the TUF issue.

Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
  • Loading branch information
jvanz committed Feb 5, 2025
1 parent 21cb072 commit 1782f38
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 1782f38

Please sign in to comment.