File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ jobs:
6464 docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
6565 make release COMPRESS=yes
6666
67- - name : Publish to Red Hat Ecosystem Catalog
68- env :
69- REGISTRY : ghcr.io/appscode
70- PFLT_PYXIS_API_TOKEN : ${{ secrets.PFLT_PYXIS_API_TOKEN }}
71- run : |
72- curl -fsSL -o preflight https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/latest/download/preflight-linux-amd64
73- chmod +x preflight
74- sudo mv preflight /usr/local/bin/preflight
75- make docker-certify-redhat
67+ # - name: Publish to Red Hat Ecosystem Catalog
68+ # env:
69+ # REGISTRY: ghcr.io/appscode
70+ # PFLT_PYXIS_API_TOKEN: ${{ secrets.PFLT_PYXIS_API_TOKEN }}
71+ # run: |
72+ # curl -fsSL -o preflight https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/latest/download/preflight-linux-amd64
73+ # chmod +x preflight
74+ # sudo mv preflight /usr/local/bin/preflight
75+ # make docker-certify-redhat
7676
7777 - name : Release
7878 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments