Skip to content

Commit

Permalink
[release 1.12] fix the publish gh action (#3040)
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 662ef51 commit ad05e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-community-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
env:
IMAGE_TAG: ${{ env.CSV_VERSION }}
run: |
make quay-login
IMAGE_TAG=${IMAGE_TAG} make container-push
- name: Build Digester
run: |
Expand All @@ -74,7 +75,6 @@ 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 ad05e5b

Please sign in to comment.