From efe3c4ad585adb93624b48330d20ce6b9a54fe02 Mon Sep 17 00:00:00 2001 From: Bowen Jiang Date: Tue, 11 Jun 2024 18:00:08 +0000 Subject: [PATCH] update base image --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6b7c7f0..64dbdbf 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -74,7 +74,7 @@ jobs: run: | chmod +x ./scripts/build_ubi_micro.sh make build-base-image - podman build -t docker.io/csm-metrics-powerflex -f ./Dockerfile --build-arg GOIMAGE=golang:latest--build-arg BASEIMAGE="localhost/mpfx-ubimicro" + podman build -t docker.io/csm-metrics-powerflex -f ./Dockerfile --build-arg GOIMAGE=golang:latest --build-arg BASEIMAGE="localhost/mpfx-ubimicro" podman save docker.io/library/csm-metrics-powerflex -o /tmp/csm-metrics-powerflex.tar docker load -i /tmp/csm-metrics-powerflex.tar - name: Run Trivy action