From b5f33006aa350903302437655f2b17bce922cb35 Mon Sep 17 00:00:00 2001 From: David Zager Date: Wed, 22 Nov 2023 13:12:41 -0500 Subject: [PATCH] :seedling: push a release bundle (#292) Signed-off-by: David Zager --- .github/workflows/create-release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7cda080..45a7054 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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 }} @@ -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: