Skip to content

Commit

Permalink
chore(ci): use falco-driver-loader image.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Dec 2, 2024
1 parent 5ce5977 commit de697c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Run Tests on falcosecurity/falco image
runs-on: ubuntu-latest
container:
image: falcosecurity/falco:${{ github.event.inputs.version || 'master' }}
image: falcosecurity/falco-driver-loader:${{ github.event.inputs.version || 'master' }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit de697c1

Please sign in to comment.