Skip to content

Commit

Permalink
wip: Fix cilium-agent image
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Dec 5, 2024
1 parent 0364dcc commit c062147
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/build_cilium-agent/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ runs:
${{ steps.prepare.outputs.tag }}
${{ steps.prepare.outputs.branch }}
- name: Test images
if: ${{ steps.prepare.outputs.build }}
shell: bash
run: |
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'bpftool version'
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'clang --version'
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'ip -V'
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'ss -V'
- name: Scan images
if: ${{ steps.prepare.outputs.scan }}
uses: ./.github/actions/trivy_scan
Expand Down

0 comments on commit c062147

Please sign in to comment.