Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Quick fix: removed localhost (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: phansGithub <prabuddha.hans@intel.com>
  • Loading branch information
phansGithub committed Dec 19, 2023
1 parent 810485a commit 7667e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7667e51

Please sign in to comment.