Skip to content

Commit

Permalink
action lining fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathchandra24 committed Mar 4, 2024
1 parent 9cee86f commit ec69d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-op-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
name: Release Image to Docker Hub
uses: ./.github/workflows/call-clone-images.yaml
needs:
# - operator-build
# - scan-operator-image
- operator-build
- scan-operator-image
- build-image-metadata
with:
source_image: "${{ needs.build-image-metadata.outputs.IMG_NAME }}:${{ needs.build-image-metadata.outputs.version }}"
Expand Down

0 comments on commit ec69d85

Please sign in to comment.