diff --git a/.github/workflows/public-ci.yml b/.github/workflows/public-ci.yml index b6b6ed8..61e9e0c 100644 --- a/.github/workflows/public-ci.yml +++ b/.github/workflows/public-ci.yml @@ -135,8 +135,8 @@ jobs: output: 'trivy-results.sarif' severity: 'CRITICAL' - - name: Build image - run: make image + - name: Build Docker image + run: make docker - name: Generate .tar image run: docker save -o vul-image.tar afxdp-device-plugin:latest