Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/release-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
push_to_quay: true
quay_username: mongodb+mongodb_atlas_kubernetes
quay_password: ${{ secrets.QUAY_PASSWORD }}
- name: Certify Openshift images
uses: ./.github/actions/certify-openshift-images
with:
repository: ${{ env.IMAGE_REPOSITORY }}
version: ${{ steps.tag.outputs.tag }}
quay_password: ${{ secrets.QUAY_PASSWORD }}
rhcc_token: ${{ secrets.RH_CERTIFICATION_PYXIS_API_TOKEN }}
rhcc_project: ${{ secrets.RH_CERTIFICATION_OSPID }}
#- name: Certify Openshift images
#uses: ./.github/actions/certify-openshift-images
#with:
#repository: ${{ env.IMAGE_REPOSITORY }}
#version: ${{ steps.tag.outputs.tag }}
#quay_password: ${{ secrets.QUAY_PASSWORD }}
#rhcc_token: ${{ secrets.RH_CERTIFICATION_PYXIS_API_TOKEN }}
#rhcc_project: ${{ secrets.RH_CERTIFICATION_OSPID }}
- name: Create configuration package
run: |
set -x
Expand All @@ -95,4 +95,4 @@ jobs:
asset_name: atlas-operator-all-in-one-${{ steps.tag.outputs.version }}.tar.gz
asset_content_type: application/tgz

# TODO RedHad autopublish does not work. need to push bundles manually for now
# TODO RedHad autopublish does not work. need to push bundles manually for now