Skip to content

Commit

Permalink
Quick fix: removed localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
phansGithub committed Dec 19, 2023
1 parent 38d1a3d commit fc14a8c
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 fc14a8c

Please sign in to comment.