File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,6 @@ jobs:
150
150
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
151
151
org.opencontainers.image.revision=${{ github.sha }}
152
152
153
- # Build custom catalog
154
- - name : Generate Tag
155
- if : ${{ inputs.BUILD_CUSTOM_CATALOG }}
156
- id : generate_tag_for_catalog
157
- run : |
158
- sha=${{ github.event.pull_request.head.sha }}
159
- tag="${sha:0:8}"
160
- echo "GIT_TAG=$(echo ${tag})" >> $GITHUB_OUTPUT
161
-
162
153
- name : Install CLI tools from OpenShift Mirror
163
154
uses : redhat-actions/openshift-tools-installer@v1
164
155
with :
@@ -171,6 +162,11 @@ jobs:
171
162
env :
172
163
PR_TAG : -${{ steps.generate_tag.outputs.GIT_TAG }}
173
164
165
+ - name : Build and Push Catalog
166
+ run : make catalog-render catalog-build catalog-push
167
+ env :
168
+ PR_TAG : -${{ steps.generate_tag.outputs.GIT_TAG }}
169
+
174
170
- name : Comment on PR
175
171
uses : mshick/add-pr-comment@v2
176
172
if : always()
You can’t perform that action at this time.
0 commit comments