-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install dependencies | ||
uses: kubewarden/github-actions/[email protected].14 | ||
uses: kubewarden/github-actions/[email protected].16 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
# until https://github.com/actions/checkout/pull/579 is released | ||
|
@@ -51,7 +51,7 @@ jobs: | |
shell: bash | ||
- name: Check that artifacthub-pkg.yml is up-to-date | ||
if: ${{ inputs.artifacthub }} | ||
uses: kubewarden/github-actions/[email protected].14 | ||
uses: kubewarden/github-actions/[email protected].16 | ||
with: | ||
version: ${{ steps.calculate-version.outputs.version }} | ||
- name: Build policy | ||
|
@@ -87,7 +87,7 @@ jobs: | |
run: | | ||
make e2e-tests | ||
- name: Release | ||
uses: kubewarden/github-actions/[email protected].14 | ||
uses: kubewarden/github-actions/[email protected].16 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
oci-target: ghcr.io/${{ github.repository_owner }}/policies/rancher-project-quotas-namespace-validator |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
- name: Install dependencies | ||
uses: kubewarden/github-actions/[email protected].14 | ||
uses: kubewarden/github-actions/[email protected].16 | ||
- name: Install patched tinygo | ||
shell: bash | ||
run: | | ||
|
@@ -71,12 +71,12 @@ jobs: | |
# until https://github.com/actions/checkout/pull/579 is released | ||
fetch-depth: 0 | ||
- name: Install kwctl | ||
uses: kubewarden/github-actions/[email protected].14 | ||
uses: kubewarden/github-actions/[email protected].16 | ||
- id: calculate-version | ||
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT | ||
shell: bash | ||
- name: Check that artifacthub-pkg.yml is up-to-date | ||
uses: kubewarden/github-actions/[email protected].14 | ||
uses: kubewarden/github-actions/[email protected].16 | ||
with: | ||
version: ${{ steps.calculate-version.outputs.version }} | ||
check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.