File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ script:
1010- go vet $(go list ./... | grep -v vendor)
1111- go test $(go list ./... | grep -v vendor)
1212after_success :
13- - if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
14- make container;
13+ - if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
1514 docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
16- docker push quay.io/k8scsi/csi-provisioner:canary ;
15+ make push;
1716 fi
Original file line number Diff line number Diff line change 1414
1515REGISTRY_NAME =quay.io/k8scsi
1616IMAGE_NAME =csi-provisioner
17- IMAGE_VERSION =canary
17+ IMAGE_VERSION =v0.4.0
1818IMAGE_TAG =$(REGISTRY_NAME ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
1919
2020REV =$(shell git describe --long --tags --match='v* ' --dirty)
You can’t perform that action at this time.
0 commit comments