Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
bjiang27 committed Jun 11, 2024
1 parent d349e4f commit efe3c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efe3c4a

Please sign in to comment.