Skip to content

Commit

Permalink
Update to version 1.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Nov 15, 2018
1 parent 6d1af1f commit d8da31d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ matrix:
script:
- make test
after_success:
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
make container
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
make container;
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
make push;
fi
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

IMAGE_NAME = quay.io/k8scsi/mock-driver
IMAGE_VERSION = canary
IMAGE_VERSION = v1.0.0-1
APP := ./bin/mock


Expand Down

0 comments on commit d8da31d

Please sign in to comment.