File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 push :
99 name : Push Image
1010 runs-on : ubuntu-latest
11- if : github.repository == 'csi-addons/volume-replication-operator'
1211 strategy :
1312 fail-fast : false
1413 matrix :
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2929BUNDLE_IMG ?= controller-bundle:$(VERSION )
3030
3131# Image URL to use all building/pushing image targets
32- IMG_NAME ?= quay.io/csiaddons/ volumereplication-operator
33- IMG_TAG ?= latest
32+ IMG_NAME ?= quay.io/ibmcsiblock/csi-block- volumereplication-operator
33+ IMG_TAG ?= v0.9.0
3434IMG =${IMG_NAME}:${IMG_TAG}
3535image_arch_list =linux/amd64,linux/ppc64le,linux/s390x
3636# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
You can’t perform that action at this time.
0 commit comments