Skip to content

Commit 4238014

Browse files
release
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 47c5d3c commit 4238014

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)