Skip to content

Commit

Permalink
Fix image release typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdwivedi3060 committed May 21, 2024
1 parent e3bc2e7 commit 456f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: make docker-buildx IMG=${{ env.IMG_BASE }}:${{ env.TAG }} VERSION=${{ env.TAG }}

- name: Build and push image on Quay
run: make docker-buildx IMG=quay.io/${{ env.IMG_BASE }}:${{ env.TAG }} VERSION=${{ env.TAG }}
run: make docker-buildx-openshift IMG=quay.io/${{ env.IMG_BASE }}:${{ env.TAG }} VERSION=${{ env.TAG }}

- name: Run Snyk image security scan
uses: snyk/actions/docker@master
Expand Down

0 comments on commit 456f71b

Please sign in to comment.