circleci: add nightly release

For github and dockerhub
This commit is contained in:
steve-chavez
2020-11-10 22:47:58 -05:00
committed by Steve Chavez
parent 51b43f5605
commit 5d140f6fa0
2 changed files with 55 additions and 19 deletions
+15 -5
View File
@@ -224,19 +224,27 @@ workflows:
# Make sure that this job also runs when releases are tagged.
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
only:
- /v[0-9]+(\.[0-9]+)*/
- nightly
- stack-test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
only:
- /v[0-9]+(\.[0-9]+)*/
- nightly
- stack-test-memory:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
only:
- /v[0-9]+(\.[0-9]+)*/
- nightly
- nix-build-test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
only:
- /v[0-9]+(\.[0-9]+)*/
- nightly
- release:
requires:
- style-check
@@ -245,6 +253,8 @@ workflows:
- nix-build-test
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
only:
- /v[0-9]+(\.[0-9]+)*/
- nightly
branches:
ignore: /.*/