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

Commit

Permalink
CI now builds docker image specifically (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: phansGithub <prabuddha.hans@intel.com>
  • Loading branch information
phansGithub committed Jan 9, 2024
1 parent 8449d6f commit 49bd136
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 49bd136

Please sign in to comment.