Skip to content

Commit 36ed2e7

Browse files
Temporarily disable image certification (#844)
1 parent 526b893 commit 36ed2e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -95,4 +95,4 @@ jobs:
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

0 commit comments

Comments
 (0)