Skip to content

Commit

Permalink
Merge pull request ceph#7 from iamniting/name
Browse files Browse the repository at this point in the history
action: export DS specific image name
  • Loading branch information
openshift-merge-bot[bot] authored Jul 18, 2024
2 parents 04431f9 + 45fee67 commit 5074691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile.Downstream.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5074691

Please sign in to comment.