Skip to content

Commit a4af8b6

Browse files
committed
chore(ci): use falco-driver-loader image.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent b2b1888 commit a4af8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Run Tests on falcosecurity/falco image
3333
runs-on: ubuntu-latest
3434
container:
35-
image: falcosecurity/falco:${{ github.event.inputs.version || 'master' }}
35+
image: falcosecurity/falco-driver-loader:${{ github.event.inputs.version || 'master' }}
3636
steps:
3737
- name: Checkout repo
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)