We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 718c954 + 46446e6 commit 37db38bCopy full SHA for 37db38b
.travis.yml
@@ -8,7 +8,7 @@ script:
8
- go test $(go list ./... | grep -v vendor | grep -v "cmd/csi-sanity")
9
- ./hack/e2e.sh
10
after_success:
11
- - if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
+ - if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
12
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
13
make push;
14
fi
Makefile
@@ -13,7 +13,7 @@
# limitations under the License.
15
IMAGE_NAME = quay.io/k8scsi/mock-driver
16
-IMAGE_VERSION = canary
+IMAGE_VERSION = v0.3.0
17
APP := ./bin/mock
18
19
0 commit comments