File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161 push_to_quay : true
6262 quay_username : mongodb+mongodb_atlas_kubernetes
6363 quay_password : ${{ secrets.QUAY_PASSWORD }}
64- - name : Certify Openshift images
65- uses : ./.github/actions/certify-openshift-images
66- with :
67- repository : ${{ env.IMAGE_REPOSITORY }}
68- version : ${{ steps.tag.outputs.tag }}
69- quay_password : ${{ secrets.QUAY_PASSWORD }}
70- rhcc_token : ${{ secrets.RH_CERTIFICATION_PYXIS_API_TOKEN }}
71- rhcc_project : ${{ secrets.RH_CERTIFICATION_OSPID }}
64+ # - name: Certify Openshift images
65+ # uses: ./.github/actions/certify-openshift-images
66+ # with:
67+ # repository: ${{ env.IMAGE_REPOSITORY }}
68+ # version: ${{ steps.tag.outputs.tag }}
69+ # quay_password: ${{ secrets.QUAY_PASSWORD }}
70+ # rhcc_token: ${{ secrets.RH_CERTIFICATION_PYXIS_API_TOKEN }}
71+ # rhcc_project: ${{ secrets.RH_CERTIFICATION_OSPID }}
7272 - name : Create configuration package
7373 run : |
7474 set -x
9595 asset_name : atlas-operator-all-in-one-${{ steps.tag.outputs.version }}.tar.gz
9696 asset_content_type : application/tgz
9797
98- # TODO RedHad autopublish does not work. need to push bundles manually for now
98+ # TODO RedHad autopublish does not work. need to push bundles manually for now
You can’t perform that action at this time.
0 commit comments