diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92a2628..402bf8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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