Update deploy sripts to push to Github and Quay registry for stable tags (#418)

* Update deploy sripts to push to Github and Quay registry for stable tags

* Fix Circle CI config yaml.

* Fix more in CircleCI config.
This commit is contained in:
Abhilash Raj
2020-11-14 17:19:31 -08:00
committed by GitHub
parent 3c21c15745
commit df8f067030
2 changed files with 51 additions and 11 deletions

View File

@@ -33,18 +33,17 @@ jobs:
name: MySQL Test
command: bash tests/test.sh
- deploy:
environment:
REGISTRY: QUAY
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
python .travis/deploy.py
fi
workflows:
version: 2
test-workflow:
build-and-deploy-workflow:
jobs:
- build
- build:
filters:
tags:
only: /^v\d+\.\d+\.\d+$/
cron-workflow:
triggers: