diff --git a/.github/workflows/public-ci.yml b/.github/workflows/public-ci.yml index a3a315f..b6b6ed8 100644 --- a/.github/workflows/public-ci.yml +++ b/.github/workflows/public-ci.yml @@ -139,7 +139,7 @@ jobs: run: make image - name: Generate .tar image - run: docker save -o vul-image.tar localhost:5000/afxdp-device-plugin:latest + run: docker save -o vul-image.tar afxdp-device-plugin:latest - name: Run Trivy on tarballed image