Skip to content

Commit

Permalink
adapting action to new base image
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-young committed Sep 12, 2024
1 parent 01b18d6 commit 3e6966e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ jobs:
uses: actions/checkout@v4
- name: Build Docker Images
run: |
make -o gen-semver
podman build -t docker.io/csm-operator -f ./Dockerfile --build-arg GOIMAGE=golang:latest --build-arg BASEIMAGE="dellemc/csm-base-image:nightly"
podman save docker.io/library/csm-operator -o /tmp/csm-operator.tar
docker load -i /tmp/csm-operator.tar
DEFAULT_IMG=csm-operator:latest make docker-build
- name: Scan controller Image
uses: Azure/container-scan@v0
env:
DOCKLE_HOST: "unix:///var/run/docker.sock"
with:
image-name: csm-operator
image-name: csm-operator:latest
severity-threshold: HIGH

0 comments on commit 3e6966e

Please sign in to comment.