File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ jobs:
165
165
outputs :
166
166
new_tag : ${{ steps.generate_tag.outputs.new_tag }}
167
167
new_tag_without_v : ${{ steps.generate_tag_without_v.outputs.new_tag }}
168
+ should_release_catalog : ${{ steps.check-catalog-changes.outputs.should_release_catalog }}
168
169
169
170
push-operator :
170
171
name : Push operator to Container Registry
@@ -226,13 +227,13 @@ jobs:
226
227
VERSION : ${{ needs.push-operator-setup.outputs.new_tag_without_v }}
227
228
228
229
- name : Build and Push Catalog
229
- if : env. should_release_catalog == 'true'
230
+ if : ${{ needs.check-catalog-changes.outputs. should_release_catalog == 'true' }}
230
231
run : make catalog-render catalog-build catalog-push
231
232
env :
232
233
VERSION : ${{ needs.push-operator-setup.outputs.new_tag_without_v }}
233
234
234
235
- name : Push Latest Tag
235
- if : env. should_release_catalog == 'true'
236
+ if : ${{ needs.check-catalog-changes.outputs. should_release_catalog == 'true' }}
236
237
uses :
anothrNick/[email protected]
237
238
env :
238
239
GITHUB_TOKEN : ${{ secrets.ADMIN_TOKEN }}
Original file line number Diff line number Diff line change 1
- ---
2
1
schema : olm.channel
3
2
package : uptimeguardian
4
3
name : preview
You can’t perform that action at this time.
0 commit comments