mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
push image into quay.io
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
parent
661b49bd41
commit
b9f176106d
@ -12,3 +12,8 @@ before_script:
|
||||
script:
|
||||
- test -z $(gofmt -s -l $GO_FILES)
|
||||
- go vet -v $(go list ./... | grep -v /vendor/)
|
||||
|
||||
deploy:
|
||||
- if [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
|
||||
sudo bash -c 'docker login -u "${QUAY_IO_USERNAME}" -p "${QUAY_IO_PASSWORD}" quay.io ; make push-container';
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user