-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update to latest version of KW GH actions (#23)
This brings the latest version of kwctl, which supports WASI policies. That allows some cleanups inside of our GH actions. Signed-off-by: Flavio Castelli <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,7 @@ jobs: | |
|
||
steps: | ||
- name: Install dependencies | ||
uses: kubewarden/github-actions/[email protected] | ||
# TODO: remove once we release kubewarden 1.7.0 | ||
- name: remove old kwctl | ||
run: | | ||
rm -rf ~/.kwctl | ||
- name: Install experiemental kwctl | ||
uses: kubewarden/github-actions/[email protected] | ||
with: | ||
KWCTL_VERSION: v1.7.0-rc1 | ||
uses: kubewarden/github-actions/[email protected] | ||
- uses: actions/checkout@v4 | ||
with: | ||
# until https://github.com/actions/checkout/pull/579 is released | ||
|
@@ -52,7 +44,7 @@ jobs: | |
run: | | ||
make e2e-tests | ||
- name: Release | ||
uses: kubewarden/github-actions/[email protected].9 | ||
uses: kubewarden/github-actions/[email protected].10 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
oci-target: ghcr.io/${{ github.repository_owner }}/policies/kyverno-dsl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install dependencies | ||
uses: kubewarden/github-actions/[email protected] | ||
- name: remove old kwctl | ||
run: | | ||
rm -rf ~/.kwctl | ||
- name: Install experiemental kwctl | ||
uses: kubewarden/github-actions/[email protected] | ||
with: | ||
KWCTL_VERSION: v1.7.0-rc1 | ||
uses: kubewarden/github-actions/[email protected] | ||
- uses: actions/checkout@v4 | ||
with: | ||
# until https://github.com/actions/checkout/pull/579 is released | ||
|