Skip to content

Commit c8ad8fe

Browse files
committed
Test catalog push
1 parent 4a88be4 commit c8ad8fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ jobs:
227227
VERSION: ${{ needs.push-operator-setup.outputs.new_tag_without_v }}
228228

229229
- name: Build and Push Catalog
230-
if: ${{ needs.check-catalog-changes.outputs.should_release_catalog == 'true' }}
230+
if: ${{ needs.push-operator-setup.outputs.should_release_catalog == 'true' }}
231231
run: make catalog-render catalog-build catalog-push
232232
env:
233233
VERSION: ${{ needs.push-operator-setup.outputs.new_tag_without_v }}
234234

235235
- name: Push Latest Tag
236-
if: ${{ needs.check-catalog-changes.outputs.should_release_catalog == 'true' }}
236+
if: ${{ needs.push-operator-setup.outputs.should_release_catalog == 'true' }}
237237
uses: anothrNick/[email protected]
238238
env:
239239
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}

catalog/channels.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
schema: olm.channel
32
package: uptimeguardian
43
name: preview

0 commit comments

Comments
 (0)