@@ -54,25 +54,25 @@ jobs:
5454 - name : Set up Docker Buildx
5555 uses : docker/setup-buildx-action@v3
5656
57- - name : Publish to GitHub Container Registry
58- env :
59- REGISTRY : ghcr.io/appscode
60- DOCKER_TOKEN : ${{ secrets.LGTM_GITHUB_TOKEN }}
61- USERNAME : 1gtm
62- APPSCODE_ENV : prod
63- run : |
64- docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
65- make release COMPRESS=yes
66-
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
57+ # - name: Publish to GitHub Container Registry
58+ # env:
59+ # REGISTRY: ghcr.io/appscode
60+ # DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
61+ # USERNAME: 1gtm
62+ # APPSCODE_ENV: prod
63+ # run: |
64+ # docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
65+ # make release COMPRESS=yes
66+ #
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