Skip to content

Commit

Permalink
catalog render
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Mar 15, 2024
1 parent 1186ebc commit 1b76cd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,18 @@ jobs:
chmod +x /tmp/opm
/tmp/opm alpha render-template semver -o yaml < ./catalog/everest-operator/veneer.yaml > ./catalog/everest-operator/catalog.yaml
# configure userdata for commits
git config --global user.email "[email protected]"
git config --global user.name "Everest RC CI triggered by ${{ github.actor }}"
git commit -a -m "update version"
git push origin $BRANCH_NAME
# comment tags to not trigger the existing workflow in the catalog repo
# git tag $GH_TAG
# git push origin $GH_TAG
fi
# TODO: push catalog images


# - name: Everest - check out
Expand Down

0 comments on commit 1b76cd2

Please sign in to comment.