mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Start publishing v0.3-canary images
and as a result stop updating the 0.3.0 image version with every PR content. In the near future we would need to decide when to cut a 0.3.1 release or if ever to do so based on fixes to this branch. Signed-off-by: ShyamsundarR <srangana@redhat.com>
This commit is contained in:
parent
e1c9c59ba8
commit
402c7db928
@ -1,6 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${TRAVIS_BRANCH}" == "csi-v0.3" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
|
||||
export ENV_RBD_IMAGE_VERSION='v0.3-canary'
|
||||
export ENV_CEPHFS_IMAGE_VERSION='v0.3-canary'
|
||||
|
||||
docker login -u "${QUAY_IO_USERNAME}" -p "${QUAY_IO_PASSWORD}" quay.io
|
||||
make push-image-rbdplugin push-image-cephfsplugin
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user