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 9184121 commit d349e4f
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 @@ -72,7 +72,7 @@ jobs:
run: go mod download
- name: Build csm-metrics-powerflex Docker Image
run: |
chmod +x ./scripts/build-ubi-micro.sh
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 save docker.io/library/csm-metrics-powerflex -o /tmp/csm-metrics-powerflex.tar
Expand Down

0 comments on commit d349e4f

Please sign in to comment.