Skip to content

Commit

Permalink
fix the publish-community-operators gh action (#3039)
Browse files Browse the repository at this point in the history
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
  • Loading branch information
nunnatsa authored Aug 7, 2024
1 parent b29f1fa commit ea7ed70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-community-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
chmod +x _out/opm
- name: Build and Push the Index Image
run: |
make quay-login
export OPM=$(pwd)/_out/opm
./hack/build-index-image.sh ${{ env.CSV_VERSION }}
- name: Run Publisher script
Expand Down

0 comments on commit ea7ed70

Please sign in to comment.