File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 7272 make release RELEASE=${{ matrix.k8s }}
7373 cd ../ubi
7474 make release RELEASE=${{ matrix.k8s }}
75+
76+ - name : Publish to Red Hat Ecosystem Catalog
77+ env :
78+ REGISTRY : ghcr.io/appscode
79+ PFLT_PYXIS_API_TOKEN : ${{ secrets.PFLT_PYXIS_API_TOKEN }}
80+ run : |
81+ curl -fsSL -o preflight https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/latest/download/preflight-linux-amd64
82+ chmod +x preflight
83+ sudo mv preflight /usr/local/bin/preflight
84+ cd ubi
85+ make docker-certify-redhat RELEASE=${{ matrix.k8s }}
Original file line number Diff line number Diff line change @@ -60,3 +60,9 @@ docker-manifest: manifest-version manifest-release
6060.PHONY : release
6161release :
6262 @$(MAKE ) all-push docker-manifest --no-print-directory
63+
64+ .PHONY : docker-certify-redhat
65+ docker-certify-redhat :
66+ @preflight check container $(IMAGE ) :v$(RELEASE ) -ubi \
67+ --submit \
68+ --certification-component-id=693fe748fb50161bb2a25330
You can’t perform that action at this time.
0 commit comments