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

Commit

Permalink
Now builds docker image specifically
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 20, 2023
1 parent 8449d6f commit 8ad101f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ad101f

Please sign in to comment.