Skip to content

Commit

Permalink
fix(ci): use semver tag version for kernel-testing action.
Browse files Browse the repository at this point in the history
Images are not pushed under the hash name.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jul 22, 2024
1 parent 88a5eb7 commit 31d1adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_kernel_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
architecture: [X64, ARM64]
runs-on: [ "self-hosted", "linux", "${{matrix.architecture}}" ]
steps:
- uses: falcosecurity/kernel-testing@f8f0b498e3d2b08e70b8e82f55447ff84f9c43b2 # v0.3.2
- uses: falcosecurity/[email protected]
id: kernel_tests
with:
libsversion: ${{ inputs.libsversion }}
Expand Down

0 comments on commit 31d1adf

Please sign in to comment.