From 45fee6766f1d68afbaed2d239d441b4aea59d9d9 Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Thu, 18 Jul 2024 11:14:55 +0530 Subject: [PATCH] action: export DS specific image name Signed-off-by: Nitin Goyal --- .github/workflows/docker-push.yaml | 1 + Makefile.Downstream.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-push.yaml b/.github/workflows/docker-push.yaml index a984f546..7514f72a 100644 --- a/.github/workflows/docker-push.yaml +++ b/.github/workflows/docker-push.yaml @@ -30,6 +30,7 @@ jobs: - name: Build and push docker images env: + IMAGE_NAME: cephcsi-operator REGISTRY_NAMESPACE: ${{ github.event.inputs.REGISTRY_NAMESPACE }} IMAGE_TAG: ${{ github.event.inputs.IMAGE_TAG }} IMAGE_TAG_SHA: ${{ github.ref_name }}-${{ github.sha }} diff --git a/Makefile.Downstream.mk b/Makefile.Downstream.mk index 437ddfa7..59e0a9a0 100644 --- a/Makefile.Downstream.mk +++ b/Makefile.Downstream.mk @@ -14,7 +14,7 @@ PACKAGE_NAME ?= cephcsi-operator SKIP_RANGE ?= # The default version of the bundle (CSV) can be found in -# config/manifests/bases/ceph-csi-operator.clusterserviceversion.yaml +# config/manifests/bases/cephcsi-operator.clusterserviceversion.yaml BUNDLE_VERSION ?= 4.17.0 # DEFAULT_CHANNEL defines the default channel used in the bundle.