Skip to content

Commit

Permalink
🌱 Publish from branch (konveyor#247)
Browse files Browse the repository at this point in the history
When pushing our manifests to k8s/openshift community-operators, we
should do so from the release branch instead of `main`.

Signed-off-by: David Zager <david.j.zager@gmail.com>
  • Loading branch information
djzager authored Jul 5, 2023
1 parent 392aa70 commit caf2d1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- konveyor/tackle2-ui
- konveyor/tackle2-addon
- konveyor/tackle2-addon-windup
- konveyor/tackle2-operator
- konveyor/operator
- konveyor/tackle-pathfinder
- konveyor/tackle-keycloak-theme
uses: konveyor/release-tools/.github/workflows/create-release.yml@main
Expand All @@ -64,7 +64,7 @@ jobs:
- konveyor/tackle2-ui
- konveyor/tackle2-addon
- konveyor/tackle2-addon-windup
- konveyor/tackle2-operator
- konveyor/operator
- konveyor/tackle-pathfinder
- konveyor/tackle-keycloak-init
steps:
Expand All @@ -85,6 +85,8 @@ jobs:
steps:
- name: Checkout Push to Registry action
uses: actions/checkout@main
with:
ref: ${{ inputs.branch }}

- name: Run migrations
run: bash ./tools/konveyor-operator-publish-commands.sh
Expand Down

0 comments on commit caf2d1f

Please sign in to comment.