From 8ad101f399ba5c0edba984b7fae626e12c785b9a Mon Sep 17 00:00:00 2001 From: phansGithub Date: Wed, 20 Dec 2023 09:53:12 +0000 Subject: [PATCH] Now builds docker image specifically Signed-off-by: phansGithub --- .github/workflows/public-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/public-ci.yml b/.github/workflows/public-ci.yml index b6b6ed8..61e9e0c 100644 --- a/.github/workflows/public-ci.yml +++ b/.github/workflows/public-ci.yml @@ -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