Skip to content

Commit

Permalink
publish script: fix OPM location (#2776)
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 Jan 28, 2024
1 parent 95721bd commit 8357815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-community-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
- name: Get opm client
run: |
mkdir -p _out
wget https://github.com/operator-framework/operator-registry/releases/download/${OPM_VERSION}/linux-amd64-opm -O _out/pom
chmod +x _out/pom
wget https://github.com/operator-framework/operator-registry/releases/download/${OPM_VERSION}/linux-amd64-opm -O _out/opm
chmod +x _out/opm
- name: Build and Push the Index Image
run: |
export OPM=_out/pom
export OPM=$(pwd)/_out/opm
./hack/build-index-image.sh ${{ env.CSV_VERSION }}
- name: Run Publisher script
run: |
Expand Down

0 comments on commit 8357815

Please sign in to comment.