Skip to content

Commit

Permalink
chore(ci): use falco-debian image.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 2, 2024
1 parent b2b1888 commit 8605ecc
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:${{ github.event.inputs.version || 'master' }}-debian
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 8605ecc

Please sign in to comment.