Skip to content

Commit

Permalink
🌱 push a release bundle
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Nov 22, 2023
1 parent 430f40c commit fcd4f6d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Build bundle
uses: ./operator/.github/actions/make-bundle
with:
operator_bundle: ttl.sh/konveyor-operator-bundle-${github.sha}:3h
operator_bundle: quay.io/konveyor/tackle2-operator-bundle:${{ inputs.version }}
operator: quay.io/konveyor/tackle2-operator:${{ inputs.version }}
tackle_hub: quay.io/konveyor/tackle2-hub:${{ inputs.version }}
keycloak_init: quay.io/konveyor/tackle-keycloak-init:${{ inputs.version }}
Expand Down Expand Up @@ -220,6 +220,12 @@ jobs:
yq eval --inplace 'del(.annotations["operators.operatorframework.io.test.config.v1"])' ${ANNOTATIONS}
yq eval --inplace '.annotations["com.redhat.openshift.versions"] = "v4.9" | .annotations["com.redhat.openshift.versions"] style="double"' ${ANNOTATIONS}
- name: Build and Push Bundle Image
working-directory: ./operator
env:
BUNDLE_IMG: quay.io/konveyor/tackle2-operator-bundle:${{ inputs.version }}
run: make bundle-build bundle-push

- name: Checkout community operators
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fcd4f6d

Please sign in to comment.